Files
bash-scripts/i3/switch.sh
2025-09-30 19:49:32 -07:00

8 lines
207 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