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": {
"term": {
"command": "alacritty --class alacritty-dropterm --working-directory ~ -e tmux new -A -s scratch",
"animation": "",
"unfocus": "hide"
"animation": ""
},
"ario": {
"command": "ario",
"animation": "",
"unfocus": "hide"
"animation": ""
},
"spotify": {
"command": "spotify",
"animation": "",
"unfocus": "hide"
"animation": ""
}
}
}