diff options
author | shmibs <shmibs@gmail.com> | 2014-02-11 22:32:53 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-02-11 22:32:53 -0700 |
commit | c1b4ebd6f50ec3c1e50e367b95dbfd4448709281 (patch) | |
tree | e6ca6bee0b2009c156f399db9382cdd46ac90441 /.config/herbstluftwm/autostart | |
parent | 5825e884b80beda1a77234b137fe3a39263ac215 (diff) | |
download | dotfiles-c1b4ebd6f50ec3c1e50e367b95dbfd4448709281.tar.gz |
moved sxiv configs
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 1f18392..ea83f12 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -81,7 +81,6 @@ hc keybind $Mod-period use_index +1 --skip-visible hc keybind $Mod-comma use_index -1 --skip-visible # layouting -hc keybind $Mod-r remove hc keybind $Mod-f fullscreen toggle hc keybind $Mod-p pseudotile toggle @@ -96,7 +95,10 @@ hc keybind $Mod-BackSpace cycle_monitor hc keybind $Mod-i jumpto urgent ################ launchers ################ + +# mate hc keybind XF86PowerOff spawn mate-session-save --shutdown-dialog +hc keybind Print spawn mate-screenshot # ranger hc keybind $Mod-Shift-Control-Return spawn urxvt -e ranger /home/shmibs |