diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 12:16:54 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 12:16:54 -0400 |
| commit | 580a6f6c31a072cee0c97aed58fe13ce8e9ff5a6 (patch) | |
| tree | 376de8e9ca5dae5ecaad856ceede3449a421a41f /.config/i3/config | |
| parent | abdfebe38ab1334298cc8dd22e77c2a74123aabc (diff) | |
| download | eibhear-580a6f6c31a072cee0c97aed58fe13ce8e9ff5a6.tar.gz eibhear-580a6f6c31a072cee0c97aed58fe13ce8e9ff5a6.tar.zst eibhear-580a6f6c31a072cee0c97aed58fe13ce8e9ff5a6.zip | |
toggle touchpad binding and fixes
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index e9d0f89..926a119 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -387,9 +387,9 @@ bindsym XF86Reload restart ##bindsym XF86Launch8 exec ##bindsym XF86Launch9 exec #bindsym XF86AudioMicMute exec $micmute -##bindsym XF86TouchpadToggle exec -bindsym XF86TouchpadOn exec --no-startup-id exec synclient TouchpadOff=0 -bindsym XF86TouchpadOff exec --no-startup-id exec synclient TouchpadOff=1 +bindsym XF86TouchpadToggle exec --no-startup-id toggletouchpad +bindsym XF86TouchpadOn exec --no-startup-id synclient TouchpadOff=0 +bindsym XF86TouchpadOff exec --no-startup-id synclient TouchpadOff=1 bindsym XF86Suspend exec --no-startup-id ~/.config/i3/lock.sh bindsym XF86Close kill bindsym XF86WebCam exec --no-startup-id camtoggle |
