Make terminal and keepass available as scratchpad in i3

This commit is contained in:
Daniel Siepmann 2022-11-21 21:24:20 +01:00
parent 7428d54919
commit 1954635002
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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)