From 75bddbb1eb82cf6224678fc320f12513f536c684 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 22 Jun 2017 00:08:11 -0700 Subject: Update wallpaper, fix window move keybindings --- herbstluftwm/.config/herbstluftwm/autostart | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'herbstluftwm') 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. -- cgit v1.2.3-54-g00ecf