diff options
Diffstat (limited to 'x')
| -rwxr-xr-x | x/.config/X11/Xresources | 2 | ||||
| -rwxr-xr-x | x/.config/X11/xprofile | 1 | ||||
| -rwxr-xr-x | x/.xinitrc | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/x/.config/X11/Xresources b/x/.config/X11/Xresources index 5b0defc..68f3911 100755 --- a/x/.config/X11/Xresources +++ b/x/.config/X11/Xresources @@ -10,4 +10,4 @@ #include "gruvbox-dark.xresources" *.alpha: 0.8 -*.font: monospace:size=12 +*.font: monospace:size=8 diff --git a/x/.config/X11/xprofile b/x/.config/X11/xprofile index 214a253..273230f 100755 --- a/x/.config/X11/xprofile +++ b/x/.config/X11/xprofile @@ -2,6 +2,7 @@ # set keyboard setxkbmap -layout us,us -variant ,dvp -option grp:shifts_toggle +setxkbmap -option caps:swapescape xset r rate 300 50 # set wallpaper @@ -1,6 +1,6 @@ #!/bin/sh -xprofile=${XDG_CONFIG_HOME}/X/xprofile +xprofile=${XDG_CONFIG_HOME}/X11/xprofile [ -f $xprofile ] && . $xprofile #exec startxfce4 |
