6 lines
139 B
Bash
6 lines
139 B
Bash
#!/usr/bin/env bash
|
|
|
|
# WM Agnostic
|
|
notify-send 'autorandr' '\nmonitor change detected\nresetting WM'
|
|
sleep 3
|
|
xdotool key Shift_L+Super_L+R
|