summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-08 00:34:15 +0100
committerGravatar Tom Willemsen2012-11-08 00:34:15 +0100
commit57e1063403ffd9519001e39ac92df9abeb42d879 (patch)
treeeb08815982b35c905d93575a037f81d8ddb37408 /.config
parent60f8f3781744457077683b5618c7fc8068a3da6b (diff)
parent3104a8c298d964662bb09cc5e2a78d4bb1e104d0 (diff)
downloaddotfiles-57e1063403ffd9519001e39ac92df9abeb42d879.tar.gz
dotfiles-57e1063403ffd9519001e39ac92df9abeb42d879.zip
.config/herbstluftwm/autostart
Diffstat (limited to '.config')
-rw-r--r--.config/fehlstart/fehlstart.rc22
-rwxr-xr-x.config/herbstluftwm/autostart42
-rw-r--r--.config/zathura/zathurarc7
3 files changed, 62 insertions, 9 deletions
diff --git a/.config/fehlstart/fehlstart.rc b/.config/fehlstart/fehlstart.rc
new file mode 100644
index 0000000..6810f50
--- /dev/null
+++ b/.config/fehlstart/fehlstart.rc
@@ -0,0 +1,22 @@
+
+[Bindings]
+launch=<Super>r
+
+[Matching]
+strict=false
+executable=true
+
+[Update]
+interval=15
+
+[Icons]
+show=true
+cache=true
+
+[Border]
+color=#000000
+width=1
+
+[Window]
+width=200
+height=100
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 95f1566..e8d3ebc 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -6,23 +6,46 @@ function hc () {
modkey="Mod4"
+hc keybind $modkey+Ctrl+b resize left +0.05
+hc keybind $modkey+Ctrl+f resize right +0.05
+hc keybind $modkey+Ctrl+n resize down +0.05
+hc keybind $modkey+Ctrl+p resize up +0.05
hc keybind $modkey+Ctrl+q quit
-hc keybind $modkey+e spawn emacs
+hc keybind $modkey+Ctrl+r reload
+# hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719'
+hc keybind $modkey+Shift+b shift left
+hc keybind $modkey+Shift+f shift right
+hc keybind $modkey+Shift+n shift down
+hc keybind $modkey+Shift+p shift up
+hc keybind $modkey+Shift+s split horizontal 0.5
+hc keybind $modkey+b focus -i left
+hc keybind $modkey+c spawn urxvt
+hc keybind $modkey+comma cycle_monitor -1
+hc keybind $modkey+e spawn emacsclient -ca emacs
+hc keybind $modkey+f focus -i right
+hc keybind $modkey+k close
+hc keybind $modkey+n focus -i down
+hc keybind $modkey+o cycle_all
+hc keybind $modkey+p focus -i up
+hc keybind $modkey+period cycle_monitor 1
+hc keybind $modkey+q remove
+hc keybind $modkey+s split vertical 0.5
+hc keybind $modkey+space cycle_layout 1
+hc keybind $modkey+w spawn conkeror
+hc keybind Ctrl+Mod1+l spawn i3lock -c 000000
-hc set frame_bg_normal_color "#0c191c"
-hc set frame_bg_active_color "#000000"
+hc set default_frame_layout 2
+hc set focus_stealing_prevention 0
+hc set frame_bg_transparent 1
hc set frame_border_width 0
+hc set raise_on_focus 1
+hc set window_border_active_color "#999999"
+hc set window_border_normal_color "#222224"
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 default_frame_layout 2
hc set_layout max
hc pad 0 -5 -5 -5 -5
-hc pad 1 -5 -5 -5 -5
hc mousebind $modkey-Button1 move
hc mousebind $modkey-Button2 resize
@@ -33,6 +56,7 @@ hc rule focus=on
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
+hc rule class=Pinentry pseudotile=on
# xbindkeys
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
new file mode 100644
index 0000000..529fef6
--- /dev/null
+++ b/.config/zathura/zathurarc
@@ -0,0 +1,7 @@
+map <BackSpace> scroll full-up
+map n scroll down
+map p scroll up
+map <C-n> scroll down
+map <C-p> scroll up
+map <C-f> scroll right
+map <C-b> scroll left