Reorganise gists folder
This commit is contained in:
3
systemscripts/toggle_display.sh
Executable file
3
systemscripts/toggle_display.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
display=$(xrandr | grep -wi connected | grep -i hdmi | cut -f1 -d" ")
|
||||
xrandr --output ${display} --primary
|
||||
Reference in New Issue
Block a user