From a70fd22cbec336c5fe302d17f50a8e7af802981d Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Fri, 19 Dec 2025 17:03:19 -0600 Subject: [PATCH] feat: add scratchpad to i3 config --- home/i3/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/i3/default.nix b/home/i3/default.nix index 053b26f..c7ffefb 100644 --- a/home/i3/default.nix +++ b/home/i3/default.nix @@ -182,9 +182,9 @@ in "${modifier}+r" = ''mode "${resizeMode}"''; "${modifier}+Escape" = ''mode "${powerManagementMode}"''; "${modifier}+Shift+Escape" = ''mode "${miscellaneousMode}"''; - # workspace - # "${modifier}+Shift+minus" = "move scratchpad"; - # "${modifier}+minus" = "scratchpad show"; + # scratchpad + "${modifier}+Shift+grave" = "move scratchpad"; + "${modifier}+grave" = "scratchpad show"; # media "XF86AudioRaiseVolume" = "exec --no-startup-id ${pactl} set-sink-volume @DEFAULT_SINK@ +1% && ${refresh_i3status}";