Update wallpaper, fix window move keybindings

This commit is contained in:
Tom Willemse 2017-06-22 00:08:11 -07:00
parent fa79e6e87d
commit 75bddbb1eb

View file

@ -34,7 +34,7 @@ hc emit_hook reload
## Background image:
# Set a random image as the desktop wallpaper.
feh --bg-tile "$(random-wallpaper)"
feh --bg-tile "${HOME}/pictures/wallpapers/Relic_20Anni_wallpaper_1920x1080.png"
## Keybindings:
# Remove all existing keybindings so that when herbstluftwm is
@ -61,7 +61,7 @@ hc keybind $Mod-k close
# Normally I try to have frames set-up the way I like them
# programmatically, not manually, but sometimes I need to do it
# manually anyway and remove them afterwards.
hc keybind $Mod-Shift-k remove
hc keybind $Mod-Mod1-k remove
# Always spawn an instance of Rxvt Unicode.
hc keybind $Mod-Return spawn urxvt
@ -84,14 +84,14 @@ hc keybind $Mod-x spawn hlwm-switch-tags
# as much as I can, and have the layouts set-up correctly already, but
# sometimes I still need to move around, resize and move clients.
resizestep=0.05
hc keybind $Mod-Shift-n shift left
hc keybind $Mod-Shift-e shift down
hc keybind $Mod-Shift-i shift up
hc keybind $Mod-Shift-o shift right
hc keybind $Mod-Control-n resize left +$resizestep
hc keybind $Mod-Control-e resize down +$resizestep
hc keybind $Mod-Control-i resize up +$resizestep
hc keybind $Mod-Control-o resize right +$resizestep
hc keybind $Mod-Shift-h shift left
hc keybind $Mod-Shift-j shift down
hc keybind $Mod-Shift-k shift up
hc keybind $Mod-Shift-l shift right
hc keybind $Mod-Control-h resize left +$resizestep
hc keybind $Mod-Control-j resize down +$resizestep
hc keybind $Mod-Control-k resize up +$resizestep
hc keybind $Mod-Control-l resize right +$resizestep
# I usually try to have my layouts set-up programmatically, but this
# isn't always possible or practical.