Enable emacs scratchpad

This commit is contained in:
Nathan McCarty 2023-08-14 10:56:00 -04:00
parent 37f3088a3d
commit e76643fac7
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 6 additions and 5 deletions

View File

@ -357,11 +357,6 @@ in with lib; {
exec emacsclient -c --frame-parameters='(quote (name . "scratchmacs"))' exec emacsclient -c --frame-parameters='(quote (name . "scratchmacs"))'
''; '';
# https://github.com/hyprland-community/pyprland/issues/6 # https://github.com/hyprland-community/pyprland/issues/6
# "emacs": {
# "command": "${emacsStart}",
# "animation": "",
# "unfocus": "hide"
# }
in { in {
text = '' text = ''
{ {
@ -375,6 +370,12 @@ in with lib; {
"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": ""
}, },
"emacs": {
"command": "${emacsStart}",
"animation": "",
"lazy": true,
"class": "emacs"
},
"ario": { "ario": {
"command": "ario", "command": "ario",
"animation": "" "animation": ""