aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-11-19 11:37:59 -0700
committershmibs <shmibs@gmail.com>2014-11-19 11:37:59 -0700
commit94c3e8d5064c425e22f739ef8307fb0bed0c9a9a (patch)
treecfaa28d6fe719175b01c99dd18bbf157f00fd809
parent0f1506f21b8dec8ebc327b574064bae5bd34f1ff (diff)
downloaddotfiles-94c3e8d5064c425e22f739ef8307fb0bed0c9a9a.tar.gz
ag
-rwxr-xr-x.config/herbstluftwm/autostart1
-rw-r--r--.zshrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 2778f8b..69f7f24 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -171,6 +171,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on
hc rule class~'(VBoxSDL|SleepIsDeathApp|freeciv-sdl|milkytracker)' pseudotile=on focus=on
hc rule class~'(FTL|Tegaki-recognize|PlayOnLinux|Pcsx2|Tilem2|Wine)' pseudotile=on focus=on
+hc rule class~'(mednafen)' pseudotile=on focus=on
# unlock, just to be sure
hc unlock
diff --git a/.zshrc b/.zshrc
index a2b137b..7da1ec7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -71,6 +71,7 @@ alias grep='grep --color=auto'
alias diff='colordiff'
alias less='less -R'
alias latex='latex -output-format=pdf'
+alias ag='ag --color-match "1;34"'
alias def='sdcv'
alias ssh-socks='ssh -C2qTnN -D 9853 shmibbles.me'