summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-06-06 23:48:40 +0000
committerGravatar Tom Willemsen2012-06-06 23:48:40 +0000
commitf3982b8c335f1888cb14fd9578031fd9690626e6 (patch)
treef274c7999012114c20bce60d61829d9ced01f2ad
parent90cccbae8af88ec5431d4c24939e0c61cf2aec2d (diff)
parent9fb7650a9dc759097efd574fb974033e6b6e1b4d (diff)
downloaddotfiles-f3982b8c335f1888cb14fd9578031fd9690626e6.tar.gz
dotfiles-f3982b8c335f1888cb14fd9578031fd9690626e6.zip
Merge remote-tracking branch 'ryuslash/master' into phoenix
Conflicts: .xinitrc
-rwxr-xr-x.config/herbstluftwm/autostart5
-rw-r--r--.xbindkeysrc.scm2
-rw-r--r--.zprofile5
3 files changed, 10 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 9f6d187..02bf7bf 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -13,6 +13,9 @@ 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
+hc set swap_monitors_to_get_tag 0
+hc set focus_follows_mouse 1
# Layout
hc set default_frame_layout 2
@@ -34,6 +37,8 @@ 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
+xbindkeys
+
# Panel
~/.config/herbstluftwm/panel.sh &
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index 859e35e..16fcf09 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 '())
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"