sway hide bar
This commit is contained in:
parent
4f868d83c9
commit
fc168c197f
@ -2,9 +2,16 @@
|
||||
# Sway bar
|
||||
|
||||
bar {
|
||||
mode hide
|
||||
position bottom
|
||||
status_command i3blocks
|
||||
wrap_scroll no
|
||||
hidden_state hide
|
||||
output *
|
||||
tray_output $primary
|
||||
strip_workspace_name no
|
||||
strip_workspace_numbers no
|
||||
modifier $mod
|
||||
}
|
||||
|
||||
|
||||
exec --no-startup-id layout_change_handler
|
||||
|
||||
@ -94,6 +94,8 @@ bindsym $mod+Shift+minus move scratchpad
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
|
||||
bindsym --to-code $mod+b bar mode toggle
|
||||
|
||||
set $exitmode "Power: [e]xit, [r]eboot, [s]hutdown, s[u]spend, [l]ock, [b]lack, [R]UEFI"
|
||||
mode $exitmode {
|
||||
bindsym --to-code e exit
|
||||
@ -179,5 +181,3 @@ input type:keyboard {
|
||||
repeat_delay 250
|
||||
repeat_rate 100
|
||||
}
|
||||
|
||||
bindsym --to-code $mod+b bar mode toggle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user