diff options
author | shmibs <shmibs@gmail.com> | 2014-04-26 23:56:24 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-04-26 23:56:24 -0700 |
commit | 6ad6dc3e7002415f59e514794fad2726e25ddc62 (patch) | |
tree | 7c4a890b3717ab4b2e3b9d7daea0afb6df9743ea /.config/herbstluftwm/autostart | |
parent | dbc8bfc9cc6f878469db90b159419b7bb476bd94 (diff) | |
download | dotfiles-6ad6dc3e7002415f59e514794fad2726e25ddc62.tar.gz |
changed theme
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index ee2994c..e543bb9 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -1,9 +1,13 @@ #!/bin/bash # define colours -bg_normal='#2d2d2d' +#bg_normal='#2d2d2d' +#fg_normal='#dcdcdc' +#bg_focus='#d64937' +#fg_focus='#fcfcfc' +bg_normal='#2b2b2b' fg_normal='#dcdcdc' -bg_focus='#d64937' +bg_focus='#a6754c' fg_focus='#fcfcfc' hc() { @@ -99,6 +103,8 @@ hc keybind Mod4-i jumpto urgent ################ launchers ################ +# tegaki +hc keybind Mod4-r spawn tegaki-recognize # mate hc keybind XF86PowerOff spawn mate-session-save --shutdown-dialog hc keybind Mod1-XF86PowerOff spawn mate-session-save --shutdown-dialog @@ -175,7 +181,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~'(Gcalctool|Pcsx2|Tilem2)' pseudotile=on focus=on +hc rule class~'(milkytracker|goattrk2|FTL|Tegaki-recognize|Gcalctool|Pcsx2|Tilem2)' pseudotile=on focus=on # unlock, just to be sure hc unlock |