From 6645725200c405b76465e65fde2ee7db53064772 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 8 Jan 2023 23:32:53 -0800 Subject: [PATCH] Add blank space Super+Space i3 keybind --- i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/i3.nix b/i3.nix index d3d5929..cf98fa0 100644 --- a/i3.nix +++ b/i3.nix @@ -69,6 +69,7 @@ in { keybindings = lib.mkOptionDefault { "${mod}+Return" = "exec kitty"; "${mod}+Shift+e" = "exec i3-msg exit"; # bypass default session exit confirmation menu + "${mod}+space" = "exec i3-msg open"; # Open blank space "Mod1+Q" = "exec /etc/profiles/per-user/elnu/bin/rofi-power"; # Audio controls