mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
setxkbmap -option caps:escape
|
|
|
|
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
|
|
|
# Enable numberlock
|
|
if [ -x /usr/bin/numlockx ]; then
|
|
/usr/bin/numlockx on
|
|
fi
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
export AWT_TOOLKIT=MToolkit
|
|
wmname LG3D
|
|
|
|
exec dwm
|