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
|
bind = SUPER ALT, Q, exec, pypr toggle term
|
||||||
$dropterm = ^(alacritty-dropterm)$
|
$dropterm = ^(alacritty-dropterm)$
|
||||||
windowrule = float,$dropterm
|
windowrule = float,$dropterm
|
||||||
windowrule = size 40% 70%,$dropterm
|
windowrule = size 40% 50%,$dropterm
|
||||||
windowrule = workspace special silent,$dropterm
|
windowrule = workspace special silent,$dropterm
|
||||||
windowrule = center,$dropterm
|
windowrule = center,$dropterm
|
||||||
|
|
||||||
|
@ -293,7 +293,7 @@ in with lib; {
|
||||||
bind = SUPER ALT, W, exec, pypr toggle emacs
|
bind = SUPER ALT, W, exec, pypr toggle emacs
|
||||||
$scratchmacs = title:^(scratchmacs)$
|
$scratchmacs = title:^(scratchmacs)$
|
||||||
windowrulev2 = float,$scratchmacs
|
windowrulev2 = float,$scratchmacs
|
||||||
windowrulev2 = size 40% 80%,$scratchmacs
|
windowrulev2 = size 40% 50%,$scratchmacs
|
||||||
windowrulev2 = workspace special silent,$scratchmacs
|
windowrulev2 = workspace special silent,$scratchmacs
|
||||||
windowrulev2 = center,$scratchmacs
|
windowrulev2 = center,$scratchmacs
|
||||||
|
|
||||||
|
@ -357,6 +357,11 @@ 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 = ''
|
||||||
{
|
{
|
||||||
|
@ -370,12 +375,6 @@ 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