From 065b1e42b9afafb6698d967de1f767dfda7ecfd6 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 9 Feb 2021 13:58:20 +0530 Subject: changes --- bin/.bin/lay_hdmi | 2 +- 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 @@ #!/bin/sh -xrandr --output eDP-1 --off --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal +xrandr --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 @@ #!/bin/bash -xrdb -merge ~/.Xresources & setxkbmap -layout us -option caps:ctrl_modifier & xcape -e 'Caps_Lock=Escape' & -xinput --disable 13 +xinput --disable 12 exec dbus-run-session bspwm -- cgit v1.2.3