Merge remote branch 'origin/master'

Conflicts:
	flake.lock
This commit is contained in:
Schrottkatze 2022-11-20 22:15:41 +01:00
commit dd1b696ded
4 changed files with 30 additions and 5 deletions

View file

@ -64,7 +64,7 @@ in with lib; {
{ command = "xkeysnail ${../other/xkeysnail.py}"; always = true; }
{ command = "sleep 4 && setxkbmap -layout us -variant altgr-intl"; always = true; }
{ command = "feh --bg-scale ${../other/wallpaper.jpg}"; always = true; notification = false; }
{ command = "picom --experimental-backend"; }
{ command = "picom"; }
{ command = "pkill nm-applet; nm-applet"; always = true; }
{ command = "pkill pa-applet; pa-applet"; always = true; }
{ command = "pkill oneko; oneko -tofocus -tora -position +-1+5 -fg palevioletred3 -bg pink -name 'Rose the desktop kitty'"; always = true; }
@ -192,7 +192,6 @@ in with lib; {
# Compositing {{{
services.picom = mkIf config.jade.desktop.compositing {
enable = true;
experimentalBackends = true;
backend = "glx";
shadow = true;