14 lines
375 B
Bash
Executable File
14 lines
375 B
Bash
Executable File
#!/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
|
|
i3 workspace number 2
|
|
i3 move workspace to output right
|
|
i3 workspace number 3
|
|
i3 move workspace to output right
|
|
i3 workspace number 3
|
|
i3 move workspace to output right
|