From e634c7826c616fa7df24cd9ec78c90ff606fae92 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Fri, 19 Nov 2021 15:03:19 +0700 Subject: [PATCH] user/sxhkd: fix broken floating window keybind im a dumbass --- modules/user/sxhkd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/sxhkd.nix b/modules/user/sxhkd.nix index 12177a4..ad36ab4 100644 --- a/modules/user/sxhkd.nix +++ b/modules/user/sxhkd.nix @@ -7,9 +7,9 @@ in { enable = true; keybindings = { # Dunst (Notification daemon) - "super + {_,shift + }space" = "dunstctl close{_,-all}"; "super + grave" = "dunstctl history-pop"; "super + shift + period" = "dunstctl context"; + "super + shift + space" = "dunstctl close-all"; # Rofi (App launcher) "super + Return" = "rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'";