Don't auto hide scratchpads
This commit is contained in:
parent
fc9b801d27
commit
e7b8db9d22
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue