From dbc8bfc9cc6f878469db90b159419b7bb476bd94 Mon Sep 17 00:00:00 2001
From: shmibs <shmibs@gmail.com>
Date: Tue, 25 Mar 2014 18:32:28 -0700
Subject: incremental updates, mostly

nothing too exciting
---
 .config/herbstluftwm/autostart | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to '.config/herbstluftwm/autostart')

diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 5149925..ee2994c 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -113,6 +113,7 @@ hc keybind Mod4-Shift-Control-s      spawn urxvt -name "ranger" -e ranger /home/
 hc keybind Mod4-Shift-Control-m      spawn urxvt -name "ranger" -e ranger /home/shmibs/music
 hc keybind Mod4-Shift-Control-g      spawn urxvt -name "ranger" -e ranger /home/shmibs/games
 hc keybind Mod4-Shift-Control-p      spawn urxvt -name "ranger" -e ranger /home/shmibs/projects
+hc keybind Mod4-Shift-Control-r      spawn urxvt -name "ranger" -e ranger /home/shmibs/romz
 hc keybind Mod4-Shift-Control-i      spawn urxvt -name "ranger" -e ranger /home/shmibs/images
 hc keybind Mod4-Shift-Control-t      spawn urxvt -name "ranger" -e ranger /home/shmibs/thcool
 hc keybind Mod4-Shift-Control-v      spawn urxvt -name "ranger" -e ranger /home/shmibs/videos
@@ -122,7 +123,7 @@ hc keybind Mod4-c spawn ~/.config/herbstluftwm/colourgrab.sh
 
 # spawn
 hc keybind Mod4-Return  spawn urxvt
-hc keybind Mod4-Shift-c spawn mate-calc
+hc keybind Mod4-Shift-c spawn gnome-calculator
 hc keybind Mod4-Shift-d spawn ~/games/desura/desura
 hc keybind Mod4-Shift-f spawn firefox
 hc keybind Mod4-Shift-i spawn gimp
@@ -174,7 +175,7 @@ hc rule focus=on
 hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off
 # set apppropriate things to pseudotile
 hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on
-hc rule class~'(Mate-calc|MPlayer|Pcsx2|Tilem2)' pseudotile=on focus=on
+hc rule class~'(Gcalctool|Pcsx2|Tilem2)' pseudotile=on focus=on
 
 # unlock, just to be sure
 hc unlock
-- 
cgit v1.2.3