toggle i3bar
This commit is contained in:
parent
12833d2c59
commit
d737d424ad
1 changed files with 4 additions and 1 deletions
|
@ -41,6 +41,9 @@ bindsym $mod+Shift+Q kill
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec dmenu_run
|
bindsym $mod+d exec dmenu_run
|
||||||
|
|
||||||
|
# toggle i3bar
|
||||||
|
bindsym $mod+m bar hidden_state toggle
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
|
@ -140,7 +143,7 @@ bar {
|
||||||
position top
|
position top
|
||||||
tray_output primary
|
tray_output primary
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
mode dock
|
mode hide
|
||||||
modifier $mod
|
modifier $mod
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
|
|
Loading…
Reference in a new issue