diff --git a/dot_config/sway/config b/dot_config/sway/config index b2da57d..145a182 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -15,7 +15,7 @@ set $up k set $right l # Your preferred terminal editor -set $term foot +set $term kitty # Your preferred app launcher set $menu bemenu-run --fn $uifont -i -b -H 20 -p "~>" | xargs swaymsg exec @@ -42,8 +42,8 @@ client.focused_inactive #282828 #282828 #ffffff #ffffff #282828 client.unfocused #282828 #282828 #888888 #ffffff #282828 # gaps -gaps inner 7 -gaps outer 7 +gaps inner 5 +gaps outer 5 # Hide cursor after a while (10 secs) seat seat0 hide_cursor 10000 @@ -64,9 +64,6 @@ bindsym $mod+Shift+q kill # Start the program launcher bindsym $mod+space exec $menu -# Start the emoji selector -bindsym $mod+Shift+space exec rofi -show emoji -modi emoji - # Drag floating windows with the mouse floating_modifier $mod normal @@ -74,7 +71,7 @@ floating_modifier $mod normal bindsym $mod+Shift+c reload # Exit sway -bindsym $mod+Shift+e exec swaynag -t warning -m 'Do you want to exit sway?' -b 'Yes, exit' 'swaymsg exit' +bindsym $mod+Shift+e exec swaynag -t warning -m 'Do you want to exit sway?' -b 'Yes' 'swaymsg exit' # change focus bindsym $mod+$left focus left