Compare commits
2 Commits
37f3088a3d
...
bbb51ebf2f
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | bbb51ebf2f | |
Nathan McCarty | e76643fac7 |
|
@ -285,7 +285,7 @@ in with lib; {
|
|||
bind = SUPER ALT, Q, exec, pypr toggle term
|
||||
$dropterm = ^(alacritty-dropterm)$
|
||||
windowrule = float,$dropterm
|
||||
windowrule = size 40% 50%,$dropterm
|
||||
windowrule = size 40% 70%,$dropterm
|
||||
windowrule = workspace special silent,$dropterm
|
||||
windowrule = center,$dropterm
|
||||
|
||||
|
@ -293,7 +293,7 @@ in with lib; {
|
|||
bind = SUPER ALT, W, exec, pypr toggle emacs
|
||||
$scratchmacs = title:^(scratchmacs)$
|
||||
windowrulev2 = float,$scratchmacs
|
||||
windowrulev2 = size 40% 50%,$scratchmacs
|
||||
windowrulev2 = size 40% 80%,$scratchmacs
|
||||
windowrulev2 = workspace special silent,$scratchmacs
|
||||
windowrulev2 = center,$scratchmacs
|
||||
|
||||
|
@ -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