Update window_reposition install

This commit is contained in:
Jafner 2021-11-12 11:00:23 -08:00
parent 262380ebf4
commit 3032be5120
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
sleep 6
#[Ferdi]
WINDOW_ID=$(xdotool search --onlyvisible --name ferdi)
xdotool windowsize $WINDOW_ID 1262 1383

View File

@ -13,6 +13,7 @@ ssh-add ~/.ssh/id_rsa
## Autostart
1. Set Spotify, PulseEffects, and Ferdi to start automatically.
2. `chmod +x window_reposition.sh`
3. `sudo cp .scripts/window_reposition.sh /usr/bin/window_reposition`
3. Run the window_reposition script at startup.
@ -40,3 +41,6 @@ sudo sed -i 's/#user = "root"/user = "joey"/' /etc/libvirt/qemu.conf && \
sudo sed -i 's/#group = "root"/group = "joey"/' /etc/libvirt/qemu.conf && \
sudo systemctl restart libvirtd
```
Reboot.