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"))'
|
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": ""
|
||||||
|
|
Loading…
Reference in New Issue