From a6b0a5230b9be490383e37e4b85a1584b01da072 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Apr 2012 13:34:30 +0200 Subject: .config/herbstluftwm/panel.sh --- .config/herbstluftwm/panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index e2a131a..6fe5ce1 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh @@ -11,7 +11,7 @@ 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-*" -- cgit v1.2.3-54-g00ecf From d6ca7bc7a23c616afd5ec5544381a8ca672a773d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Apr 2012 13:35:28 +0200 Subject: .config/herbstluftwm/panel.sh --- .config/herbstluftwm/panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index 6fe5ce1..0dc9231 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh @@ -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=$! -- cgit v1.2.3-54-g00ecf From 595f10de0ae71a6ac8ce3ce3fc5be44a7f5c915a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Apr 2012 13:40:36 +0200 Subject: .xinitrc --- .xinitrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index 4ba53f0..27f70d7 100644 --- a/.xinitrc +++ b/.xinitrc @@ -19,11 +19,16 @@ while true; do sleep 1m done & #_ Start notifier +geometry=($(herbstclient monitor_rect 0)) +x=${geometry[0]} +width=${geometry[2]} +height=12 +y=0 /usr/bin/dunst \ -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \ - -nb "#000000" -nf "#15abc3" & + -nb "#002b36" -nf "#657b83" -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: -- cgit v1.2.3-54-g00ecf From c849236c5e65cac5c9498d049dd06f09d4988a2e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Apr 2012 13:40:41 +0200 Subject: .xinitrc --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 27f70d7..b58d7f4 100644 --- a/.xinitrc +++ b/.xinitrc @@ -26,7 +26,7 @@ height=12 y=0 /usr/bin/dunst \ -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \ - -nb "#002b36" -nf "#657b83" -geometry "${width}x${height}+${x}+${y}"& + -nb "#002b36" -nf "#657b83" -geometry "${width}x${height}+${x}+${y}" & #_ Start session exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors exec ck-launch-session /usr/local/bin/dwm 2>&1 >> ~/.xsession_errors -- cgit v1.2.3-54-g00ecf From f4a2593d1a3914fd6877f7f3265cdb48a847129d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Apr 2012 13:41:55 +0200 Subject: .config/herbstluftwm/panel.sh --- .config/herbstluftwm/panel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index 0dc9231..0946e3d 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh @@ -16,8 +16,8 @@ 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" -- cgit v1.2.3-54-g00ecf From e89a9ffba49bf042e7e43699a2bb03a131d49260 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Apr 2012 13:59:55 +0200 Subject: .xinitrc --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index b58d7f4..2708b89 100644 --- a/.xinitrc +++ b/.xinitrc @@ -26,7 +26,8 @@ height=12 y=0 /usr/bin/dunst \ -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \ - -nb "#002b36" -nf "#657b83" -geometry "${width}x${height}+${x}+${y}" & + -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/local/bin/dwm 2>&1 >> ~/.xsession_errors -- cgit v1.2.3-54-g00ecf From 820d8b0afb25a10d365edf99f702da0e5f594204 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 7 Apr 2012 23:57:21 +0200 Subject: .xinitrc --- .xinitrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.xinitrc b/.xinitrc index 2708b89..242e7f4 100644 --- a/.xinitrc +++ b/.xinitrc @@ -19,9 +19,8 @@ while true; do sleep 1m done & #_ Start notifier -geometry=($(herbstclient monitor_rect 0)) -x=${geometry[0]} -width=${geometry[2]} +x=0 +width=1920 height=12 y=0 /usr/bin/dunst \ -- cgit v1.2.3-54-g00ecf From 0b0b738562c8e0253fa8212139e2ef83677ceb23 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 16 Apr 2012 19:29:39 +0200 Subject: .Xmodmap --- .Xmodmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xmodmap b/.Xmodmap index 3fbc68e..065d215 100644 --- a/.Xmodmap +++ b/.Xmodmap @@ -1,5 +1,5 @@ ! -*- eval: (git-auto-commit-mode 1) -*- -pointer = 3 2 1 +!pointer = 3 2 1 ! ! Swap Caps_Lock and Control_L -- cgit v1.2.3-54-g00ecf From 584f531f74aeaad3a536b07d1b9ea69706df6b53 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 16 Apr 2012 20:47:17 +0200 Subject: .Xmodmap --- .Xmodmap | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.Xmodmap b/.Xmodmap index 065d215..321861b 100644 --- a/.Xmodmap +++ b/.Xmodmap @@ -1,14 +1,15 @@ ! -*- eval: (git-auto-commit-mode 1) -*- -!pointer = 3 2 1 +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 ! -- cgit v1.2.3-54-g00ecf From 9259143f7aafc48c90eb84406f8efe018d574f58 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 18 Apr 2012 09:37:46 +0200 Subject: .Xmodmap --- .Xmodmap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.Xmodmap b/.Xmodmap index 321861b..ddd5f17 100644 --- a/.Xmodmap +++ b/.Xmodmap @@ -15,9 +15,9 @@ add Control = Control_L ! ! Swap Shift_L and Super_L ! -remove Shift = Shift_L -remove Mod4 = Super_L -keysym Super_L = Shift_L -keysym Shift_L = Super_L -add Shift = Shift_L -add Mod4 = Super_L +! remove Shift = Shift_L +! remove Mod4 = Super_L +! keysym Super_L = Shift_L +! keysym Shift_L = Super_L +! add Shift = Shift_L +! add Mod4 = Super_L -- cgit v1.2.3-54-g00ecf From abc2d953672c3da4f874cc6316f323f15d740f99 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 18 Apr 2012 09:56:43 +0200 Subject: .Xmodmap --- .Xmodmap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.Xmodmap b/.Xmodmap index ddd5f17..321861b 100644 --- a/.Xmodmap +++ b/.Xmodmap @@ -15,9 +15,9 @@ add Control = Control_L ! ! Swap Shift_L and Super_L ! -! remove Shift = Shift_L -! remove Mod4 = Super_L -! keysym Super_L = Shift_L -! keysym Shift_L = Super_L -! add Shift = Shift_L -! add Mod4 = Super_L +remove Shift = Shift_L +remove Mod4 = Super_L +keysym Super_L = Shift_L +keysym Shift_L = Super_L +add Shift = Shift_L +add Mod4 = Super_L -- cgit v1.2.3-54-g00ecf