aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-06-22 00:08:11 -0700
committerGravatar Tom Willemse2017-06-22 00:08:11 -0700
commit75bddbb1eb82cf6224678fc320f12513f536c684 (patch)
treee4a3d42515baf06bf02c08de964651ba509f74c1 /herbstluftwm
parentfa79e6e87d0db36d573bb78371067d95c22d146d (diff)
downloadnew-dotfiles-75bddbb1eb82cf6224678fc320f12513f536c684.tar.gz
new-dotfiles-75bddbb1eb82cf6224678fc320f12513f536c684.zip
Update wallpaper, fix window move keybindings
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart20
1 files changed, 10 insertions, 10 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index b40e39a..870db8b 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -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.