Compare commits
No commits in common. "bbb51ebf2fafaab2b632c471d70bae6333a26c75" and "37f3088a3da2fa26f94d65f2f17a55d71ae6120c" have entirely different histories.
bbb51ebf2f
...
37f3088a3d
|
@ -285,7 +285,7 @@ in with lib; {
|
|||
bind = SUPER ALT, Q, exec, pypr toggle term
|
||||
$dropterm = ^(alacritty-dropterm)$
|
||||
windowrule = float,$dropterm
|
||||
windowrule = size 40% 70%,$dropterm
|
||||
windowrule = size 40% 50%,$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% 80%,$scratchmacs
|
||||
windowrulev2 = size 40% 50%,$scratchmacs
|
||||
windowrulev2 = workspace special silent,$scratchmacs
|
||||
windowrulev2 = center,$scratchmacs
|
||||
|
||||
|
@ -357,6 +357,11 @@ 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 = ''
|
||||
{
|
||||
|
@ -370,12 +375,6 @@ 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