diff --git a/sway/config b/sway/config index 0c98aec..30b7523 100644 --- a/sway/config +++ b/sway/config @@ -137,7 +137,7 @@ bar { } # don't show gaps if there's only one window on the desktop smart_gaps on -gaps inner 20 +gaps inner 5 # borders default_border normal default_floating_border normal @@ -152,6 +152,7 @@ bindsym $mod+d exec $menu floating_modifier $mod normal bindsym $mod+r reload bindsym $mod+a focus parent +bindsym $mod+Shift+a focus child # Moving around bindsym $mod+$left focus left bindsym $mod+$down focus down @@ -323,7 +324,7 @@ input type:keyboard { xkb_variant "altgr-weur" xkb_options "caps:escape" repeat_delay 400 - repeat_rate 50 + repeat_rate 30 } input type:mouse { accel_profile "flat" diff --git a/waybar/style.css b/waybar/style.css index 0f3a7db..ac4e892 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -11,7 +11,7 @@ window#waybar { } window#waybar:first-child > box { - margin-top: 11px; + margin-top: 0px; padding: 8px 4px 4px 4px; border-radius: 20px 20px 0px 0px; background-color: #2e3440;