toggle polybar
This commit is contained in:
parent
58eef9299f
commit
6f85778415
|
|
@ -159,8 +159,7 @@ bindsym $mod+Shift+i resize grow height 10 px or 10 ppt
|
|||
#bindsym $mod+o exec --no-startup-id $beg
|
||||
bindsym $mod+Shift+o resize grow width 10 px or 10 ppt
|
||||
|
||||
bindsym $mod+p exec xdo hide -N "Polybar"
|
||||
bindsym $mod+Shift+p exec xdo show -N "Polybar"
|
||||
bindsym $mod+p exec --no-startup-id polybar-msg cmd toggle
|
||||
|
||||
bindsym $mod+a [instance="music"] scratchpad show; move position center
|
||||
bindsym $mod+Shift+a exec pavucontrol
|
||||
|
|
|
|||
|
|
@ -14,3 +14,4 @@ module-margin-left = 1
|
|||
module-margin-right = 1
|
||||
font-0 = FontAwesome:size=10.5;1
|
||||
font-1 = UbuntuMono Nerd Font:size=10.5;1
|
||||
enable-ipc = true
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ font-0 = FontAwesome:size=10;1
|
|||
font-1 = UbuntuMono Nerd Font:size=10.5;1
|
||||
scroll-up = i3wm-wsnext
|
||||
scroll-down = i3wm-wsprev
|
||||
|
||||
enable-ipc = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue