From 3dcc6dfdf306118ad74983b9e3f17e96d8c26442 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 21 Apr 2024 21:59:28 +0530 Subject: [PATCH] cleanup hyprland config --- home/wm/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index ac602c0..937e6c7 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -137,9 +137,9 @@ in ]; exec-once = [ - "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" "${hyprctl} setcursor ${config.gtk.cursorTheme.name} 24" "${change-wallpaper}" + "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" ]; bindm = [ @@ -157,7 +157,7 @@ in "SUPER_SHIFT,C, exec, ${hyprctl} reload" "SUPER_SHIFT,C, exec, systemctl --user restart swayidle.service" "SUPER_SHIFT,C, exec, systemctl --user restart kanshi.service" - "SUPER_SHIFT,C, exec, systemctl --user reload waybar.service" + "SUPER_SHIFT,C, exec, systemctl --user restart waybar.service" "SUPER,Return, exec, ${kitty} ${tmux} new" "SUPER_SHIFT,Return, exec, ${kitty}"