Enable emacs scratchpad
This commit is contained in:
parent
37f3088a3d
commit
e76643fac7
|
@ -357,11 +357,6 @@ in with lib; {
|
|||
exec emacsclient -c --frame-parameters='(quote (name . "scratchmacs"))'
|
||||
'';
|
||||
# https://github.com/hyprland-community/pyprland/issues/6
|
||||
# "emacs": {
|
||||
# "command": "${emacsStart}",
|
||||
# "animation": "",
|
||||
# "unfocus": "hide"
|
||||
# }
|
||||
in {
|
||||
text = ''
|
||||
{
|
||||
|
@ -375,6 +370,12 @@ in with lib; {
|
|||
"command": "alacritty --class alacritty-dropterm --working-directory ~ -e tmux new -A -s scratch",
|
||||
"animation": ""
|
||||
},
|
||||
"emacs": {
|
||||
"command": "${emacsStart}",
|
||||
"animation": "",
|
||||
"lazy": true,
|
||||
"class": "emacs"
|
||||
},
|
||||
"ario": {
|
||||
"command": "ario",
|
||||
"animation": ""
|
||||
|
|
Loading…
Reference in New Issue