summaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2021-09-12 21:03:47 +0000
committerShubham Saini <pryr@pryr.xyz>2021-09-12 21:03:47 +0000
commitf17f6fc958487117c32669ac159a249a8ce3bbfd (patch)
tree968ca5dbeb053ec875db8503c184dba50f6be04d /x
parent12a81d6c9bef762ebf9fd7268d068f985dfe5d39 (diff)
minimal config
Diffstat (limited to 'x')
-rwxr-xr-xx/.Xresources2
-rwxr-xr-xx/.xinitrc2
2 files changed, 1 insertions, 3 deletions
diff --git a/x/.Xresources b/x/.Xresources
index 7008466..041af28 100755
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -1,6 +1,6 @@
1! special 1! special
2*.foreground: #FFF 2*.foreground: #FFF
3*.background: #1d2021 3*.background: #171a1f
4*.cursorColor: #F8F8F2 4*.cursorColor: #F8F8F2
5 5
6! black 6! black
diff --git a/x/.xinitrc b/x/.xinitrc
index f79fafb..7018cc8 100755
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -1,6 +1,4 @@
1#!/bin/bash 1#!/bin/bash
2setxkbmap -layout us -option caps:ctrl_modifier &
3xcape -e 'Caps_Lock=Escape' &
4xinput --disable "ETPS/2 Elantech Touchpad" 2xinput --disable "ETPS/2 Elantech Touchpad"
5xrdb -merge ~/.Xresources & 3xrdb -merge ~/.Xresources &
6xsetroot -cursor_name left_ptr & 4xsetroot -cursor_name left_ptr &