From d6451988cc2f53c9a02d3b91e5cdd098ad9466c5 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 24 May 2012 15:06:17 +0200 Subject: .ssh/config --- .ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ssh/config b/.ssh/config index 00fe09b..21ab273 100644 --- a/.ssh/config +++ b/.ssh/config @@ -17,3 +17,6 @@ User ryuslash Host my.aethon.nl User tom + +Host ninthploor.org +User ryuslash -- cgit v1.3-2-g0d8e From 5872b78efb51da56921fe8d1b7949478d7e997b5 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 24 May 2012 15:06:31 +0200 Subject: .ssh/config --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 21ab273..d88527f 100644 --- a/.ssh/config +++ b/.ssh/config @@ -18,5 +18,5 @@ User ryuslash Host my.aethon.nl User tom -Host ninthploor.org +Host ninthloor.org User ryuslash -- cgit v1.3-2-g0d8e From 60186d5606cedf705c461016fb45e289550c9a62 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 24 May 2012 15:07:23 +0200 Subject: .ssh/config --- .ssh/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index d88527f..00fe09b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -17,6 +17,3 @@ User ryuslash Host my.aethon.nl User tom - -Host ninthloor.org -User ryuslash -- cgit v1.3-2-g0d8e From d5de72215198c0ee78a90c7f0181c0797c933cc4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 10:46:50 +0200 Subject: .Xmodmap --- .Xmodmap | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.Xmodmap b/.Xmodmap index ddd5f17..c2d1bfb 100644 --- a/.Xmodmap +++ b/.Xmodmap @@ -1,16 +1,16 @@ ! -*- eval: (git-auto-commit-mode 1) -*- pointer = 3 2 1 -! -! Swap Caps_Lock and Control_L -! -! remove Lock = Caps_Lock -remove Control = Control_L -! keysym Control_L = Caps_Lock -! keysym Caps_Lock = Control_L -keycode 66 = Control_L -! add Lock = Caps_Lock -add Control = Control_L +! ! +! ! Swap Caps_Lock and Control_L +! ! +! ! remove Lock = Caps_Lock +! remove Control = Control_L +! ! keysym Control_L = Caps_Lock +! ! keysym Caps_Lock = Control_L +! keycode 66 = Control_L +! ! add Lock = Caps_Lock +! add Control = Control_L ! ! Swap Shift_L and Super_L -- cgit v1.3-2-g0d8e From aa526b96fe95e8ae8d0aae3aebaa6b62adc7c2fb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 15:14:28 +0200 Subject: .Xmodmap --- .Xmodmap | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.Xmodmap b/.Xmodmap index c2d1bfb..ddd5f17 100644 --- a/.Xmodmap +++ b/.Xmodmap @@ -1,16 +1,16 @@ ! -*- eval: (git-auto-commit-mode 1) -*- pointer = 3 2 1 -! ! -! ! Swap Caps_Lock and Control_L -! ! -! ! remove Lock = Caps_Lock -! remove Control = Control_L -! ! keysym Control_L = Caps_Lock -! ! keysym Caps_Lock = Control_L -! keycode 66 = Control_L -! ! add Lock = Caps_Lock -! add Control = Control_L +! +! Swap Caps_Lock and Control_L +! +! remove Lock = Caps_Lock +remove Control = Control_L +! keysym Control_L = Caps_Lock +! keysym Caps_Lock = Control_L +keycode 66 = Control_L +! add Lock = Caps_Lock +add Control = Control_L ! ! Swap Shift_L and Super_L -- cgit v1.3-2-g0d8e From 123fc45dc698627feb431654dbc20e2bea558d91 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 22:24:16 +0200 Subject: .xinitrc --- .xinitrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index d1ec879..9e0385e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -10,8 +10,9 @@ then mpdscribble & fi -exec ck-launch-session /usr/local/stumpwm/bin/stumpwm 2>&1 >> \ - ~/.xsession_errors +xbindkeys + +exec ck-launch-session $1 # Local Variables: # mode: shell-script # eval: (git-auto-commit-mode 1) -- cgit v1.3-2-g0d8e From 15a2f59a237558b0d9f82fb661aa4e5a9df86e5e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 22:24:48 +0200 Subject: .xinitrc --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 9e0385e..cb1ce94 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,6 +1,6 @@ xmodmap ~/.Xmodmap -xsetroot -solid "#002b36" +xsetroot -solid "#000000" numlockx & emacs --daemon & -- cgit v1.3-2-g0d8e From 3bbd60986ea939aa2bfd97be9b629fef05aaeeac Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 22:25:31 +0200 Subject: .xinitrc --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index cb1ce94..6df8692 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,4 @@ -xmodmap ~/.Xmodmap +xmodmap ~/.Xmodmap 2>&1 > xmodmap-errors xsetroot -solid "#000000" numlockx & -- cgit v1.3-2-g0d8e From 01af48f43bcec7f1237fdc1cc0ef0d8f6609c6bc Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 22:28:17 +0200 Subject: .xinitrc --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 6df8692..cb1ce94 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,4 @@ -xmodmap ~/.Xmodmap 2>&1 > xmodmap-errors +xmodmap ~/.Xmodmap xsetroot -solid "#000000" numlockx & -- cgit v1.3-2-g0d8e From 36cd43514179ddf4397763058cf75261ef42af31 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 22:29:50 +0200 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index f8a3476..4b4add1 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -46,6 +46,18 @@ hc rule instance=Xine\ Window pseudotile=on # Panel ~/.config/herbstluftwm/panel.sh & +xmodmap ~/.Xmodmap +xsetroot -solid "#000000" +emacs --daemon & + +pidof mpdscribble >& /dev/null +if [ $? -ne 0 ] +then + mpdscribble & +fi + +xbindkeys + # Prep default hc load default "(split horizontal:0.550000:0 (split vertical:0.850000:0 (split horizontal:0.180000:1 (clients max:0) (clients max:0 0x140001a)) (clients max:0)) (clients max:0 0xc00077))" -- cgit v1.3-2-g0d8e From e72f619dac8df2f951d9393a421543094f4134a4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 29 May 2012 18:10:10 +0200 Subject: .xbindkeysrc.scm --- .xbindkeysrc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 3ebf133..c8e4633 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -10,7 +10,7 @@ (define dzen-pipe '()) (define editor (getenv "EDITOR")) (define modkey 'mod4) -(define prefix `(,modkey w)) +(define prefix '(control i)) (define terminal "urxvt") (define date-format "~a ~d ~b ~Y ~H:~M") (define previous-tag '()) -- cgit v1.3-2-g0d8e From 72543443a196953be283a9d9179f48d952f8d9be Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 31 May 2012 20:14:07 +0200 Subject: .zprofile --- .zprofile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 779a315..f54a30f 100644 --- a/.zprofile +++ b/.zprofile @@ -1,2 +1,5 @@ # -*- eval: (git-auto-commit-mode 1) -*- -export PATH="${HOME}/bin:${PATH}:/usr/local/bin" +export BROWSER=firefox +export EDITOR="emacsclient -c -a emacs" +export INFOPATH="${HOME}/documents/info:${INFOPATH}" +export PATH="${HOME}/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin" -- cgit v1.3-2-g0d8e From 51a37e48d1a59bb035fa72fb3e14f64f158fabaa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 2 Jun 2012 05:31:23 +0200 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 4b4add1..c0d8725 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -13,6 +13,7 @@ hc set frame_border_width 0 hc set window_border_width 1 hc set window_border_normal_color "#15abc3" hc set window_border_active_color "#e0c625" +hc set focus_stealing_prevention 0 # Layout hc set default_frame_layout 2 @@ -43,10 +44,6 @@ hc rule windowtype=_NET_WM_WINDOW_TYPE_DIALOG focus=on pseudotile=on hc rule class=Xephyr pseudotile=on hc rule instance=Xine\ Window pseudotile=on -# Panel -~/.config/herbstluftwm/panel.sh & - -xmodmap ~/.Xmodmap xsetroot -solid "#000000" emacs --daemon & @@ -57,6 +54,11 @@ then fi xbindkeys +xmodmap ~/.Xmodmap +echo test > ~/.xmodmap-errors + +# Panel +~/.config/herbstluftwm/panel.sh & # Prep default hc load default "(split horizontal:0.550000:0 (split vertical:0.850000:0 (split horizontal:0.180000:1 (clients max:0) (clients max:0 0x140001a)) (clients max:0)) (clients max:0 0xc00077))" -- cgit v1.3-2-g0d8e From 9b75282bc208020c3b1b17232d140c914090b9f5 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 2 Jun 2012 05:35:46 +0200 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index c0d8725..5769ab2 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -14,6 +14,8 @@ hc set window_border_width 1 hc set window_border_normal_color "#15abc3" hc set window_border_active_color "#e0c625" hc set focus_stealing_prevention 0 +hc set swap_monitors_to_get_tag 0 +hc set focus_follows_mouse 0 # Layout hc set default_frame_layout 2 -- cgit v1.3-2-g0d8e From d1a25f617f790deb5ead504ec0c857c28911b74e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 2 Jun 2012 05:35:55 +0200 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 5769ab2..680d9fc 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -15,7 +15,7 @@ hc set window_border_normal_color "#15abc3" hc set window_border_active_color "#e0c625" hc set focus_stealing_prevention 0 hc set swap_monitors_to_get_tag 0 -hc set focus_follows_mouse 0 +hc set focus_follows_mouse 1 # Layout hc set default_frame_layout 2 -- cgit v1.3-2-g0d8e From 9fb7650a9dc759097efd574fb974033e6b6e1b4d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 3 Jun 2012 22:30:34 +0200 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 680d9fc..3c67e64 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -46,18 +46,7 @@ hc rule windowtype=_NET_WM_WINDOW_TYPE_DIALOG focus=on pseudotile=on hc rule class=Xephyr pseudotile=on hc rule instance=Xine\ Window pseudotile=on -xsetroot -solid "#000000" -emacs --daemon & - -pidof mpdscribble >& /dev/null -if [ $? -ne 0 ] -then - mpdscribble & -fi - xbindkeys -xmodmap ~/.Xmodmap -echo test > ~/.xmodmap-errors # Panel ~/.config/herbstluftwm/panel.sh & -- cgit v1.3-2-g0d8e