[bspwm,x] a few minor changes
authorAmin Bandali <amin@aminb.org>
Thu, 26 Apr 2018 06:03:51 +0000 (02:03 -0400)
committerAmin Bandali <amin@aminb.org>
Thu, 26 Apr 2018 06:03:51 +0000 (02:03 -0400)
TODO: proper hostname-based settings

bspwm/.config/bspwm/bspwmrc
x/.xprofile

index 0234073..4353231 100755 (executable)
@@ -3,7 +3,7 @@
 sxhkd &
 sh ~/.fehbg &
 xfce4-panel -d &
-compton &
+#compton &
 sleep 0.5 && pasystray --notify=all &
 
 bspc monitor -d I II III IV V VI VII VIII IX X
index bfe65ea..4d3ad7b 100644 (file)
@@ -1,9 +1,10 @@
 #setxkbmap -option compose:ralt
 setxkbmap -option ctrl:nocaps
-
-setxkbmap -option ctrl:rctrl_ralt
+#setxkbmap -option ctrl:rctrl_ralt
 setxkbmap -option altwin:swap_alt_win
-#xmodmap .Xmodmap
+
+#xmodmap -e "keycode 135 = Super_R"  # remap menu key to super
+xmodmap -e "keycode 135 = Alt_R"  # remap menu key to alt
 
 light -Scrs "intel_backlight" 2
 
@@ -11,5 +12,6 @@ source $HOME/.zprofile
 export _JAVA_AWT_WM_NONREPARENTING=1
 export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
 
-unlock-def-gk.py &
+#unlock-def-gk.py &
 bspwm &
+#emacs &