From 5e0bfd0aa4d4f32b478742c0af539243f770d034 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 16 May 2024 22:02:56 +0530 Subject: [PATCH] restart kanshi when reloading hyprland This reverts commit ddee034292257e0fcf6418dfabba673e7f67eb35 partially. enable fprintd meh! doesn't work --- home/wm/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index 6d66ed9..d92ae8e 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -158,6 +158,7 @@ in "SUPER_ALT,F, fakefullscreen" "SUPER_SHIFT,C, exec, ${hyprctl} reload" + "SUPER_SHIFT,C, exec, systemctl --user restart kanshi.service" "SUPER,Return, exec, ${kitty} ${tmux} new" "SUPER_SHIFT,Return, exec, ${kitty}"