sway/waybar minor tweaks
This commit is contained in:
+3
-2
@@ -137,7 +137,7 @@ bar {
|
|||||||
}
|
}
|
||||||
# don't show gaps if there's only one window on the desktop
|
# don't show gaps if there's only one window on the desktop
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
gaps inner 20
|
gaps inner 5
|
||||||
# borders
|
# borders
|
||||||
default_border normal
|
default_border normal
|
||||||
default_floating_border normal
|
default_floating_border normal
|
||||||
@@ -152,6 +152,7 @@ bindsym $mod+d exec $menu
|
|||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
bindsym $mod+r reload
|
bindsym $mod+r reload
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
bindsym $mod+Shift+a focus child
|
||||||
# Moving around
|
# Moving around
|
||||||
bindsym $mod+$left focus left
|
bindsym $mod+$left focus left
|
||||||
bindsym $mod+$down focus down
|
bindsym $mod+$down focus down
|
||||||
@@ -323,7 +324,7 @@ input type:keyboard {
|
|||||||
xkb_variant "altgr-weur"
|
xkb_variant "altgr-weur"
|
||||||
xkb_options "caps:escape"
|
xkb_options "caps:escape"
|
||||||
repeat_delay 400
|
repeat_delay 400
|
||||||
repeat_rate 50
|
repeat_rate 30
|
||||||
}
|
}
|
||||||
input type:mouse {
|
input type:mouse {
|
||||||
accel_profile "flat"
|
accel_profile "flat"
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar:first-child > box {
|
window#waybar:first-child > box {
|
||||||
margin-top: 11px;
|
margin-top: 0px;
|
||||||
padding: 8px 4px 4px 4px;
|
padding: 8px 4px 4px 4px;
|
||||||
border-radius: 20px 20px 0px 0px;
|
border-radius: 20px 20px 0px 0px;
|
||||||
background-color: #2e3440;
|
background-color: #2e3440;
|
||||||
|
|||||||
Reference in New Issue
Block a user