Multi-monitor/notify-send stuff
This commit is contained in:
parent
31e5fd4f44
commit
d76141dee9
3 changed files with 41 additions and 0 deletions
3
.local/bin/change-layout
Executable file
3
.local/bin/change-layout
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
autorandr --list | dmenu | xargs -I "layout" autorandr layout && feh --bg-scale --no-fehbg "$HOME/.config/wallpaper" && xset r rate 300 50
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue