8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
emacs --name "emacs-streaming" &
|
||
|
sleep 1
|
||
|
hyprctl dispatch resizewindowpixel exact 1829 1029,title:emacs-streaming
|
||
|
|
||
|
wait
|