fixed cat configuration

This commit is contained in:
Schrottkatze 2022-09-28 18:59:08 +02:00
parent f366103162
commit 261eb64360

View file

@ -62,7 +62,7 @@ in with lib; {
{ command = "picom --experimental-backend"; } { command = "picom --experimental-backend"; }
{ command = "pkill nm-applet; nm-applet"; always = true; } { command = "pkill nm-applet; nm-applet"; always = true; }
{ command = "pkill pa-applet; pa-applet"; always = true; } { command = "pkill pa-applet; pa-applet"; always = true; }
{ command = "pkill oneko; oneko -tofocus -position +0+5 -tora -fg hotpink -bg pink"; always = true; } { command = "pkill oneko; oneko -tofocus -tora -position +0+5 -fg hotpink -bg pink"; always = true; }
]; ];
# }}} # }}}
# Assigns {{{ # Assigns {{{