aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'