i3: compton references should be picom now
This commit is contained in:
parent
18b93f32d7
commit
849a81356d
1 changed files with 3 additions and 3 deletions
|
@ -61,8 +61,8 @@ bindsym $mod+F3 exec pcmanfm
|
||||||
# bindsym $mod+F3 exec ranger
|
# bindsym $mod+F3 exec ranger
|
||||||
bindsym $mod+Shift+F3 exec pcmanfm_pkexec
|
bindsym $mod+Shift+F3 exec pcmanfm_pkexec
|
||||||
bindsym $mod+F5 exec terminal -e 'mocp'
|
bindsym $mod+F5 exec terminal -e 'mocp'
|
||||||
bindsym $mod+t exec --no-startup-id pkill compton
|
bindsym $mod+t exec --no-startup-id pkill picom
|
||||||
bindsym $mod+Ctrl+t exec --no-startup-id compton -b
|
bindsym $mod+Ctrl+t exec --no-startup-id picom -b
|
||||||
bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"
|
bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"
|
||||||
bindsym Print exec --no-startup-id i3-scrot
|
bindsym Print exec --no-startup-id i3-scrot
|
||||||
bindsym $mod+Print --release exec --no-startup-id i3-scrot -w
|
bindsym $mod+Print --release exec --no-startup-id i3-scrot -w
|
||||||
|
@ -261,7 +261,7 @@ bindsym $mod+9 exec --no-startup-id blurlock
|
||||||
|
|
||||||
# Autostart applications
|
# Autostart applications
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec --no-startup-id nitrogen --restore; sleep 1; compton -b
|
exec --no-startup-id nitrogen --restore; sleep 1; picom -b
|
||||||
#exec --no-startup-id manjaro-hello
|
#exec --no-startup-id manjaro-hello
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id xfce4-power-manager
|
exec --no-startup-id xfce4-power-manager
|
||||||
|
|
Loading…
Reference in a new issue