6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/bash
|
|
|
|
feh --bg-fill --randomize $HOME/.wallpaper
|
|
notify-send "New monitor detected!"
|
|
# xset s off -dpms
|