summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2021-02-09 08:28:20 +0000
committerShubham Saini <pryr@pryr.xyz>2021-02-09 08:28:20 +0000
commit065b1e42b9afafb6698d967de1f767dfda7ecfd6 (patch)
treed58a43eb9f619e6edb4a70fdae13d68de0487a6d
parent8182e44ec06b231c097a4d67a59fa8ef30a5bf81 (diff)
changes
-rwxr-xr-xbin/.bin/lay_hdmi2
-rwxr-xr-xx/.xinitrc3
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
2xrandr --output eDP-1 --off --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal 2xrandr --output eDP-1 --off --output HDMI-1 --mode 1366x768 --scale 1.4x1.4 --pos 0x0 --rotate normal
diff --git a/x/.xinitrc b/x/.xinitrc
index 8b16e09..f64fe31 100755
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -1,6 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2xrdb -merge ~/.Xresources &
3setxkbmap -layout us -option caps:ctrl_modifier & 2setxkbmap -layout us -option caps:ctrl_modifier &
4xcape -e 'Caps_Lock=Escape' & 3xcape -e 'Caps_Lock=Escape' &
5xinput --disable 13 4xinput --disable 12
6exec dbus-run-session bspwm 5exec dbus-run-session bspwm