diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2016-09-04 13:59:29 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2016-09-04 13:59:29 -0300 |
commit | 67306a1f063f15bc8127cdc2f72f971f2d06dd69 (patch) | |
tree | 6b12e6b1b1980700f749ebe503f47bbaea0e7fb4 | |
parent | 57cda8ef5ee3e1378b247202c66b42e4d50b1e56 (diff) | |
download | dotwm-67306a1f063f15bc8127cdc2f72f971f2d06dd69.tar.gz |
Update 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 |