From f17f6fc958487117c32669ac159a249a8ce3bbfd Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sun, 12 Sep 2021 14:03:47 -0700 Subject: minimal config --- x/.Xresources | 2 +- x/.xinitrc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 7008466..041af28 100755 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,6 +1,6 @@ ! special *.foreground: #FFF -*.background: #1d2021 +*.background: #171a1f *.cursorColor: #F8F8F2 ! black diff --git a/x/.xinitrc b/x/.xinitrc index f79fafb..7018cc8 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -1,6 +1,4 @@ #!/bin/bash -setxkbmap -layout us -option caps:ctrl_modifier & -xcape -e 'Caps_Lock=Escape' & xinput --disable "ETPS/2 Elantech Touchpad" xrdb -merge ~/.Xresources & xsetroot -cursor_name left_ptr & -- cgit v1.2.3