diff options
| -rwxr-xr-x | bin/.bin/lay_hdmi | 2 | ||||
| -rwxr-xr-x | x/.xinitrc | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/bin/.bin/lay_hdmi b/bin/.bin/lay_hdmi index 9f84242..6ddea55 100755 --- a/bin/.bin/lay_hdmi +++ b/bin/.bin/lay_hdmi | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | xrandr --output eDP-1 --off --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal | 2 | xrandr --output eDP-1 --off --output HDMI-1 --mode 1366x768 --scale 1.4x1.4 --pos 0x0 --rotate normal |
| @@ -1,6 +1,5 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | xrdb -merge ~/.Xresources & | ||
| 3 | setxkbmap -layout us -option caps:ctrl_modifier & | 2 | setxkbmap -layout us -option caps:ctrl_modifier & |
| 4 | xcape -e 'Caps_Lock=Escape' & | 3 | xcape -e 'Caps_Lock=Escape' & |
| 5 | xinput --disable 13 | 4 | xinput --disable 12 |
| 6 | exec dbus-run-session bspwm | 5 | exec dbus-run-session bspwm |
