diff options
Diffstat (limited to 'bin/.bin')
-rwxr-xr-x | bin/.bin/lay | 3 | ||||
-rwxr-xr-x | bin/.bin/lay_both | 2 | ||||
-rwxr-xr-x | bin/.bin/lay_edp | 2 | ||||
-rwxr-xr-x | bin/.bin/wpa | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/bin/.bin/lay b/bin/.bin/lay index b891ab1..530402a 100755 --- a/bin/.bin/lay +++ b/bin/.bin/lay | |||
@@ -1,3 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ~/bin/lay_hdmi | 2 | xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --mode 1366x768 --scale 1.25x1.25 --pos 1920x0 --rotate normal --output DisplayPort-0 --off |
3 | xrandr --output HDMI-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output eDP-1 --mode 1366x768 --pos 1366x0 --rotate normal | ||
diff --git a/bin/.bin/lay_both b/bin/.bin/lay_both index 245ff20..21eb5ec 100755 --- a/bin/.bin/lay_both +++ b/bin/.bin/lay_both | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal | 2 | xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal |
diff --git a/bin/.bin/lay_edp b/bin/.bin/lay_edp index e83d882..39f35c7 100755 --- a/bin/.bin/lay_edp +++ b/bin/.bin/lay_edp | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --off | 2 | xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off |
diff --git a/bin/.bin/wpa b/bin/.bin/wpa index 89f0141..c37ba15 100755 --- a/bin/.bin/wpa +++ b/bin/.bin/wpa | |||
@@ -3,7 +3,7 @@ | |||
3 | case "$1" in | 3 | case "$1" in |
4 | r*) | 4 | r*) |
5 | sudo pkill wpa_supplicant | 5 | sudo pkill wpa_supplicant |
6 | sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant.conf | 6 | sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant-wlp3s0.conf |
7 | ;; | 7 | ;; |
8 | n*) | 8 | n*) |
9 | sudo wpa_cli -i wlp3s0 select_network "$2" | 9 | sudo wpa_cli -i wlp3s0 select_network "$2" |