summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/dunst/dunstrc13
-rwxr-xr-x.config/herbstluftwm/autostart8
-rw-r--r--.config/zathura/zathurarc2
3 files changed, 14 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 3fc073d..76427ed 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,3 +1,4 @@
+# -*- mode: conf-unix; -*-
[global]
font = Monaco-12
@@ -107,18 +108,18 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the '#' and following would be interpreted as a comment.
- background = "#aaaaff"
- foreground = "#000000"
+ background = "#405c2e"
+ foreground = "#eeeeec"
timeout = 10
[urgency_normal]
- background = "#1793D1"
- foreground = "#DDDDDD"
+ background = "#222224"
+ foreground = "#eeeeec"
timeout = 10
[urgency_critical]
- background = "#ffaaaa"
- foreground = "#000000"
+ background = "#973732"
+ foreground = "#eeeeec"
timeout = 0
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index e8d3ebc..aba65f3 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -12,7 +12,7 @@ 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+Ctrl+r reload
-# hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719'
+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
@@ -33,6 +33,10 @@ 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 keybind XF86AudioNext spawn mpc next
+hc keybind XF86AudioPlay spawn mpc toggle
+hc keybind XF86AudioPrev spawn mpc prev
+hc keybind XF86AudioStop spawn mpc stop
hc set default_frame_layout 2
hc set focus_stealing_prevention 0
@@ -57,6 +61,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
hc rule class=Pinentry pseudotile=on
+hc rule class=Dispass pseudotile=on
+hc rule title="GIMP Startup" pseudotile=on
# xbindkeys
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 529fef6..5ac9983 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -1,6 +1,4 @@
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