summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.Xmodmap9
-rwxr-xr-x.config/herbstluftwm/panel.sh8
-rw-r--r--.xinitrc9
3 files changed, 16 insertions, 10 deletions
diff --git a/.Xmodmap b/.Xmodmap
index 3fbc68e..321861b 100644
--- a/.Xmodmap
+++ b/.Xmodmap
@@ -4,11 +4,12 @@ pointer = 3 2 1
!
! Swap Caps_Lock and Control_L
!
-remove Lock = Caps_Lock
+! remove Lock = Caps_Lock
remove Control = Control_L
-keysym Control_L = Caps_Lock
-keysym Caps_Lock = Control_L
-add Lock = Caps_Lock
+! keysym Control_L = Caps_Lock
+! keysym Caps_Lock = Control_L
+keycode 66 = Control_L
+! add Lock = Caps_Lock
add Control = Control_L
!
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index b9f0487..1438974 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -11,13 +11,13 @@ fi
x=${geometry[0]}
width=${geometry[2]}
height=12
-y=$(expr ${geometry[3]} - $height)
+y=0 #$(expr ${geometry[3]} - $height)
tag_width=40
font="-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*"
selcolor='#24c6e0'
-locolor='#15abc3'
-bgcolor='#000000'
+locolor='#657b83'
+bgcolor='#002b36'
hicolor="#808080"
urcolor="#e0c625"
@@ -113,7 +113,7 @@ function emacs_running()
ps ax | awk '{ print $5 " " $6 }' | grep -E "^emacs --daemon"
}
-herbstclient pad $monitor -5 -5 $(expr -5 + $height) -5
+herbstclient pad $monitor $(expr -5 + $height) -5 -5 -5
herbstclient pad $monitor2 -5 -5 -5 -5
{
childpid=$!
diff --git a/.xinitrc b/.xinitrc
index 371d4a4..b5f69dd 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -7,11 +7,16 @@ numlockx &
emacs --daemon &
xbindkeys &
#_ Start notifier
+x=0
+width=1920
+height=12
+y=0
/usr/bin/dunst \
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
- -nb "#000000" -nf "#15abc3" &
+ -nb "#002b36" -nf "#657b83" -to 5
+ -geometry "${width}x${height}+${x}+${y}" &
#_ Start session
-#exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
+exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
exec ck-launch-session /usr/local/bin/dwm 2>&1 >> ~/.xsession_errors
#_ Local Variables
# Local Variables: