diff --git a/sway/.config/sway/config b/sway/.config/sway/config index e0028d3..262fd71 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term kitty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -26,6 +26,13 @@ set $lock swaylock -f -c 000000 focus_follows_mouse no #title_window_icon yes +# hide_edge_borders smart + +default_border none + +gaps inner 10 +smart_gaps on + ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) @@ -66,7 +73,7 @@ focus_follows_mouse no # Read `man 5 sway-input` for more information about this section. input "type:keyboard" { xkb_layout us,cz(qwerty) - xkb_options grp:shifts_toggle + xkb_options grp:shifts_toggle } ### Key bindings