diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-02-09 08:28:20 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-02-09 08:28:20 +0000 |
commit | 065b1e42b9afafb6698d967de1f767dfda7ecfd6 (patch) | |
tree | d58a43eb9f619e6edb4a70fdae13d68de0487a6d | |
parent | 8182e44ec06b231c097a4d67a59fa8ef30a5bf81 (diff) |
changes
-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 |