shit i should've done long ago
Signed-off-by: Jade <obsidianical@gmail.com>
This commit is contained in:
parent
18a9b51b9a
commit
e4fca0634c
4 changed files with 15 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue