summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-26 02:03:51 -0400
committerAmin Bandali <amin@aminb.org>2018-04-26 02:03:51 -0400
commitd5296b75b7976e883ed5e1f0cf578646b8f47aa0 (patch)
tree8ef8904dfb37b6037b1e7768137d0a5c67194d72
parent51fb5bd8c02b8a0a6fd698309f40527be6abb3ac (diff)
downloadconfigs-d5296b75b7976e883ed5e1f0cf578646b8f47aa0.tar.gz
configs-d5296b75b7976e883ed5e1f0cf578646b8f47aa0.tar.xz
configs-d5296b75b7976e883ed5e1f0cf578646b8f47aa0.zip
[bspwm,x] a few minor changes
TODO: proper hostname-based settings
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc2
-rw-r--r--x/.xprofile10
2 files changed, 7 insertions, 5 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 0234073..4353231 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -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
diff --git a/x/.xprofile b/x/.xprofile
index bfe65ea..4d3ad7b 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -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 &