Added run alias and some random bash scripts
This commit is contained in:
7
i3/switch.sh
Executable file
7
i3/switch.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
autorandr -l undocked
|
||||
autorandr -l docked
|
||||
sleep 5
|
||||
ps aux | grep polybar | awk '{ if (NR > 1) print prev; prev = $2}' | xargs kill
|
||||
~/.screenlayout/polybar.sh
|
||||
~/.screenlayout/wallpapers.sh
|
||||
Reference in New Issue
Block a user