mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +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
|
|
@ -24,6 +24,7 @@
|
||||||
"~/.liquidprompt": "bash/liquidprompt",
|
"~/.liquidprompt": "bash/liquidprompt",
|
||||||
"~/.local/bin/host-is-on": "bin/host-is-on.sh",
|
"~/.local/bin/host-is-on": "bin/host-is-on.sh",
|
||||||
"~/.local/bin/mdo": "bin/mdo.sh",
|
"~/.local/bin/mdo": "bin/mdo.sh",
|
||||||
|
"~/.local/bin/mon-toggle": "bin/mon-toggle.sh",
|
||||||
"~/.gitconfig": "git/gitconfig",
|
"~/.gitconfig": "git/gitconfig",
|
||||||
"~/.local/bin/diff-so-fancy": "git/diff-so-fancy/diff-so-fancy",
|
"~/.local/bin/diff-so-fancy": "git/diff-so-fancy/diff-so-fancy",
|
||||||
"~/.local/bin/diff-highlight": "git/diff-so-fancy/third_party/diff-highlight/diff-highlight",
|
"~/.local/bin/diff-highlight": "git/diff-so-fancy/third_party/diff-highlight/diff-highlight",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue