mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/autorandr: kill xmobar when switching
This commit is contained in:
parent
f90f23ddb2
commit
d86e3c989d
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
services.autorandr = {
|
services.autorandr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hooks.postswitch = {
|
hooks.postswitch = {
|
||||||
|
"10_xmobar" = "pkill xmobar"; # make sure there are no duplicated xmobar
|
||||||
"20_xmonad" = "xmonad --restart"; # make sure feh keeps up
|
"20_xmonad" = "xmonad --restart"; # make sure feh keeps up
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue