diff options
author | sefidel <contact@sefidel.net> | 2023-11-16 10:33:23 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-11-16 10:33:23 +0900 |
commit | 2c1b367a15dbc34b680e88b75c4d830ad599c2a8 (patch) | |
tree | c08c9a2d43cbe1ea97fe15da18d595e46ac9c579 /home/profiles/gui/config/sway.nix | |
parent | 64e49ad9ca152a584374bbfe4c2f5c27d4aa1847 (diff) | |
download | nixrc-2c1b367a15dbc34b680e88b75c4d830ad599c2a8.tar.gz nixrc-2c1b367a15dbc34b680e88b75c4d830ad599c2a8.zip |
fix(home/gui): sway: restart kanshi on reload
Diffstat (limited to 'home/profiles/gui/config/sway.nix')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index e5ea357..4f6269a 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -11,6 +11,9 @@ in exec autotiling + # HACK: https://todo.sr.ht/~emersion/kanshi/35 + exec_always "systemctl --user restart kanshi.service" + # set modifiers set $mod Mod4 set $alt Mod1 |