Sway update

This commit is contained in:
2025-06-08 18:38:53 -04:00
parent 687757b726
commit 41e97c7e0f
5 changed files with 40 additions and 28 deletions

View File

@@ -56,10 +56,10 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# Basics:
#
# Start a terminal
bindsym $mod+Return exec $term
bindsym $mod+Return exec uwsm app -- $term
# Start your launcher
bindsym $mod+space exec $menu
bindsym $mod+space exec uwsm app -- $menu
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
@@ -72,7 +72,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+backspace exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
bindsym $mod+Shift+backspace exec uwsm stop
#
# Layout stuff:
@@ -151,6 +151,4 @@ bindsym $mod+r mode "resize"
for_window [shell="xwayland"] title_format "[XWayland] %title"
#xwayland disable
include ~/.config/sway/config.d/*