hide polybar etc.
This commit is contained in:
parent
85795f8791
commit
2b2c21cdd6
|
|
@ -73,7 +73,7 @@ exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
|||
exec --no-startup-id libinput-gestures &
|
||||
|
||||
##For mpc:
|
||||
set $music st -e ncmpcpp
|
||||
set $music kitty -e ncmpcpp
|
||||
set $pause --no-startup-id mpc toggle
|
||||
set $trupause --no-startup-id mpc pause
|
||||
set $next --no-startup-id mpc next
|
||||
|
|
@ -158,7 +158,8 @@ 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 $pause
|
||||
bindsym $mod+p exec xdo hide -N "Polybar"
|
||||
bindsym $mod+Shift+p exec xdo show -N "Polybar"
|
||||
|
||||
bindsym $mod+a [instance="music"] scratchpad show; move position center
|
||||
bindsym $mod+Shift+a exec pavucontrol
|
||||
|
|
@ -197,7 +198,7 @@ bindsym Mod1+p exec bwmenu
|
|||
bindsym $mod+c exec $term -e weechat
|
||||
#bindsym $mod+Shift+c
|
||||
|
||||
bindsym $mod+v exec st -e cava
|
||||
bindsym $mod+v exec kitty -e cava
|
||||
bindsym $mod+Shift+v exec projectM-pulseaudio
|
||||
|
||||
#bindsym $mod+b exec $prev
|
||||
|
|
|
|||
Loading…
Reference in New Issue