mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[mon] adding monitor script
This commit is contained in:
parent
404644044d
commit
c3b682b26f
2 changed files with 5 additions and 0 deletions
4
bin/mon-toggle.sh
Executable file
4
bin/mon-toggle.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
xrandr 1> /dev/null
|
||||
sleep 2
|
||||
xrandr --output VGA1 --auto --pos 1600x0 --output LVDS1 --auto --pos 0x150 --primary --output HDMI1 --auto --output DP1 --auto
|
Loading…
Add table
Add a link
Reference in a new issue