From 19546350027a40e841ac28bfd2de1c9ee20624ae Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 21 Nov 2022 21:24:20 +0100 Subject: [PATCH] Make terminal and keepass available as scratchpad in i3 --- home/windowManager/i3.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index f5f9e1c..8edfca9 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -266,6 +266,11 @@ in { # Show the first scratchpad window "${modifier}+minus" = "scratchpad show"; + # Show Terminal + "${modifier}+t" = "[class=\"st-256color\"] scratchpad show"; + # Show KeepassXC + "${modifier}+p" = "[class=\"KeePassXC\"] scratchpad show"; + # reload the configuration file "${modifier}+Shift+c" = "reload"; # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)