diff options
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 28 |
1 files changed, 2 insertions, 26 deletions
@@ -5,7 +5,7 @@ dot() { printf "%s " $@ | netcat -U dotwm.sock } -nitrogen --restore & +# nitrogen --restore & dot bind Mod4 p exec dmenu_run dot bind Mod4 Return exec xterm @@ -37,28 +37,4 @@ dot bind Mod4 Tab focus-next dot bind Mod4 1 change-desktop 0 dot bind Mod4 2 change-desktop 1 -#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-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-Control h resize-win-sticky left -#bind Mod4-Shift-Control j resize-win-sticky down -#bind Mod4-Shift-Control k resize-win-sticky up -#bind Mod4-Shift-Control l resize-win-sticky right -# -#bind Mod4-Shift c close-win -# -#bind Mod4 Tab focus-next -# -#EOF +dot bind-button Mod4 button1 move-win-drag |