From bb10cc6709077c07ff617c876b505d5a8bb666ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Fri, 13 Jun 2025 20:40:29 +0200 Subject: [PATCH] Update sway config --- sway/.config/sway/config | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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