Add blur to picom
This commit is contained in:
parent
b893bf61a3
commit
98b90a3155
@ -51,3 +51,9 @@ opacity-rule = [ "99:name *?= 'Screenshot'", "99:class_g = 'Firefox'",
|
||||
};
|
||||
blur-background-frame = false;
|
||||
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 2;
|
||||
deviation = 5.0;
|
||||
};
|
||||
|
5
.xinitrc
5
.xinitrc
@ -3,9 +3,10 @@
|
||||
setxkbmap -layout us,ca -variant multi -option 'grp:win_space_toggle, caps:swapescape'
|
||||
xset r rate 300 50
|
||||
mon-on
|
||||
picom &
|
||||
picom --experimental-backends --backend glx --vsync &
|
||||
xwallpaper --center .config/wall.png
|
||||
xautolock -time 12 -locker "systemctl suspend" -detectsleep &
|
||||
wal --theme sexy-phrak1 -b 080808
|
||||
xautolock -time 12 -locker "systemctl suspend" -detectsleep -notify 5 -notifier "notify-send Locking" &
|
||||
xss-lock -- slock &
|
||||
#dunst crashes X for some reason on my device so I put it in screen to prevent that
|
||||
screen -dm dunst notifs
|
||||
|
Loading…
Reference in New Issue
Block a user