diff options
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -2,21 +2,26 @@ netcat -U dotwm.sock <<EOF bind Mod4 p exec dmenu_run +bind Mod4 Return exec xterm +bind Mod4 f fullscreen + bind Mod4 h move-win -10 0 bind Mod4 j move-win 0 10 bind Mod4 k move-win 0 -10 bind Mod4 l move-win 10 0 -bind Mod4 Return exec xterm bind Mod4-Control h resize-win -10 0 bind Mod4-Control j resize-win 0 10 bind Mod4-Control k resize-win 0 -10 bind Mod4-Control l resize-win 10 0 -bind Mod4-Shift h move-win-to 0 0 -bind Mod4-Shift j move-win-to 100 100 -bind Mod4-Shift k move-win-to 200 200 -bind Mod4-Shift l move-win-to 0 1000 +bind Mod4-Shift h move-win-sticky left +bind Mod4-Shift j move-win-sticky down +bind Mod4-Shift k move-win-sticky up +bind Mod4-Shift l move-win-sticky right + +bind Mod4-Shift c close-win bind Mod4 Tab focus-next + EOF |