Commit | Line | Data |
---|---|---|
1 | #setxkbmap -option compose:ralt | |
2 | setxkbmap -option ctrl:nocaps | |
3 | #setxkbmap -option ctrl:rctrl_ralt | |
4 | setxkbmap -option altwin:swap_alt_win | |
5 | ||
6 | #xmodmap -e "keycode 135 = Super_R" # remap menu key to super | |
7 | xmodmap -e "keycode 135 = Alt_R" # remap menu key to alt | |
8 | ||
9 | light -Scrs "intel_backlight" 2 | |
10 | ||
11 | source $HOME/.zprofile | |
12 | export _JAVA_AWT_WM_NONREPARENTING=1 | |
13 | export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true' | |
14 | ||
15 | #unlock-def-gk.py & | |
16 | bspwm & | |
17 | #emacs & |