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:
Sanchayan Maity 2021-02-27 14:25:20 +05:30
parent f2790a1933
commit 73bd856484
1 changed files with 2 additions and 2 deletions

View File

@ -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'"