blob: 3117fc7f9f0ed660a091871ec70201ef8e116b08 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
setxkbmap -option ctrl:nocaps
#setxkbmap -option compose:ralt
source ~/.zprofile
export _JAVA_AWT_WM_NONREPARENTING=1
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
bspwm &
|