diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-09-12 21:03:47 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-09-12 21:03:47 +0000 |
commit | f17f6fc958487117c32669ac159a249a8ce3bbfd (patch) | |
tree | 968ca5dbeb053ec875db8503c184dba50f6be04d /x | |
parent | 12a81d6c9bef762ebf9fd7268d068f985dfe5d39 (diff) |
minimal config
Diffstat (limited to 'x')
-rwxr-xr-x | x/.Xresources | 2 | ||||
-rwxr-xr-x | x/.xinitrc | 2 |
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 |
@@ -1,6 +1,4 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | setxkbmap -layout us -option caps:ctrl_modifier & | ||
3 | xcape -e 'Caps_Lock=Escape' & | ||
4 | xinput --disable "ETPS/2 Elantech Touchpad" | 2 | xinput --disable "ETPS/2 Elantech Touchpad" |
5 | xrdb -merge ~/.Xresources & | 3 | xrdb -merge ~/.Xresources & |
6 | xsetroot -cursor_name left_ptr & | 4 | xsetroot -cursor_name left_ptr & |