Replace compton with picom
compton was disabled for a while, and has been dropped from Arch's repos
This commit is contained in:
parent
78b84fdcc9
commit
ec2133e057
@ -24,6 +24,7 @@ exec --no-startup-id touchegg 2>&1 > /dev/null
|
|||||||
exec --no-startup-id numlockx on # enable numlock
|
exec --no-startup-id numlockx on # enable numlock
|
||||||
exec --no-startup-id xset s off dpms 0 0 0 # disable auto screen blanking
|
exec --no-startup-id xset s off dpms 0 0 0 # disable auto screen blanking
|
||||||
exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -detectsleep -corners --00 -notify 15 -notifier 'notify-send "Locking screen in 15 seconds" -i system-lock-screen -t 4500'
|
exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -detectsleep -corners --00 -notify 15 -notifier 'notify-send "Locking screen in 15 seconds" -i system-lock-screen -t 4500'
|
||||||
|
exec --no-startup-id picom
|
||||||
|
|
||||||
# firefox workspace bindings
|
# firefox workspace bindings
|
||||||
for_window [class="(?i)Firefox" title="^«work» "] move --no-auto-back-and-forth container to workspace number 2
|
for_window [class="(?i)Firefox" title="^«work» "] move --no-auto-back-and-forth container to workspace number 2
|
||||||
@ -33,8 +34,6 @@ for_window [class="(?i)Emacs" title="\*Org PDF LaTeX Output\*"] move --no-auto-b
|
|||||||
# keyboard settings
|
# keyboard settings
|
||||||
exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock"
|
exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock"
|
||||||
|
|
||||||
#exec --no-startup-id compton --backend glx --vsync opengl
|
|
||||||
|
|
||||||
## Keybindings! ##
|
## Keybindings! ##
|
||||||
mode "bypass" {
|
mode "bypass" {
|
||||||
bindsym $mod+Escape mode "default"
|
bindsym $mod+Escape mode "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user