i3: Enable shortcuts for picom
picom seems to be have problems with autostart so just enable shortcuts for killing or enabling picom.
This commit is contained in:
parent
f2790a1933
commit
73bd856484
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ bindsym $mod+Ctrl+m exec pavucontrol
|
|||
# bindsym $mod+F3 exec ranger
|
||||
# bindsym $mod+Shift+F3 exec pcmanfm_pkexec
|
||||
# bindsym $mod+F5 exec terminal -e 'mocp'
|
||||
# bindsym $mod+t exec --no-startup-id pkill picom
|
||||
# bindsym $mod+Ctrl+t exec --no-startup-id picom -b
|
||||
# bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
|
||||
bindsym $mod+t exec --no-startup-id pkill picom
|
||||
bindsym $mod+Ctrl+t exec --no-startup-id picom --config $HOME/.config/picom/picom.conf -b
|
||||
bindsym $mod+F2 exec firefox
|
||||
bindsym $mod+F3 exec pcmanfm
|
||||
bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"
|
||||
|
|
Loading…
Reference in a new issue