Add emacs streaming shortcut

This commit is contained in:
Nathan McCarty 2023-06-21 22:40:57 -04:00
parent 8d8ad4ab1c
commit 3dd843baa1
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 10 additions and 0 deletions

View File

@ -225,6 +225,9 @@ in with lib; {
windowrule = center,pavucontrol
windowrule = float,pavucontrol
# Emacs streaming
windowrulev2 = float,title:^(emacs-streaming)$
## Scratchpads
# Alacritty

7
shortcuts/emacs/streaming Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
emacs --name "emacs-streaming" &
sleep 1
hyprctl dispatch resizewindowpixel exact 1829 1029,title:emacs-streaming
wait