Files
dotfiles/XServer/.xprofile
2026-01-24 00:44:05 +00:00

4 lines
119 B
Bash

#!/usr/bin/env sh
setxkbmap gb -option shift:both_capslock;
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources;