Changes to SXHkD and added script to easily perform xrandr on displays
This commit is contained in:
5
Scripts/.local/scripts/act_display
Executable file
5
Scripts/.local/scripts/act_display
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
choice=$(xrandr | grep " connected" | sed "s/ .*//" | dmenu -i -p "Display:")
|
||||
|
||||
[ ! -z $choice ] && xrandr --output $choice $@
|
||||
Reference in New Issue
Block a user