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