Add emacs streaming shortcut
This commit is contained in:
parent
8d8ad4ab1c
commit
3dd843baa1
|
@ -225,6 +225,9 @@ in with lib; {
|
||||||
windowrule = center,pavucontrol
|
windowrule = center,pavucontrol
|
||||||
windowrule = float,pavucontrol
|
windowrule = float,pavucontrol
|
||||||
|
|
||||||
|
# Emacs streaming
|
||||||
|
windowrulev2 = float,title:^(emacs-streaming)$
|
||||||
|
|
||||||
## Scratchpads
|
## Scratchpads
|
||||||
|
|
||||||
# Alacritty
|
# Alacritty
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
emacs --name "emacs-streaming" &
|
||||||
|
sleep 1
|
||||||
|
hyprctl dispatch resizewindowpixel exact 1829 1029,title:emacs-streaming
|
||||||
|
|
||||||
|
wait
|
Loading…
Reference in New Issue