Don't auto hide scratchpads

This commit is contained in:
Nathan McCarty 2023-06-21 00:38:34 -04:00
parent fc9b801d27
commit e7b8db9d22
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 3 additions and 6 deletions

View File

@ -255,18 +255,15 @@ in with lib; {
"scratchpads": { "scratchpads": {
"term": { "term": {
"command": "alacritty --class alacritty-dropterm --working-directory ~ -e tmux new -A -s scratch", "command": "alacritty --class alacritty-dropterm --working-directory ~ -e tmux new -A -s scratch",
"animation": "", "animation": ""
"unfocus": "hide"
}, },
"ario": { "ario": {
"command": "ario", "command": "ario",
"animation": "", "animation": ""
"unfocus": "hide"
}, },
"spotify": { "spotify": {
"command": "spotify", "command": "spotify",
"animation": "", "animation": ""
"unfocus": "hide"
} }
} }
} }