summaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
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 &