Change some minor defaults
This commit is contained in:
parent
5b2c5f65ff
commit
59d384c802
2 changed files with 5 additions and 2 deletions
3
.config/fish/functions/picom_default.fish
Normal file
3
.config/fish/functions/picom_default.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function picom_default
|
||||
picom -bGC --backend glx --unredir-if-possible-delay 1000 --vsync
|
||||
end
|
|
@ -272,10 +272,10 @@ mode "resize" {
|
|||
|
||||
# Autostart applications
|
||||
exec --no-startup-id nitrogen --restore; sleep 1;
|
||||
exec --no-startup-id picom -bCG --backend glx --unredir-if-possible-delay 1000
|
||||
exec --no-startup-id picom -bCG --backend glx --unredir-if-possible-delay 1000 --vsync
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id /usr/lib/xfce-polkit/xfce-polkit
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
# exec --no-startup-id xfce4-power-manager
|
||||
# exec_always --no-startup-id ~/.config/polybar/i3wmthemer_bar_launch.sh
|
||||
|
||||
bar {
|
||||
|
|
Loading…
Reference in a new issue