Skip to content

Commit

Permalink
add touchpad on/off controller (stav121#69)
Browse files Browse the repository at this point in the history
* add screen power and volume function key control

* add touchpad on/off controller
  • Loading branch information
CanftIn authored and stav121 committed Feb 22, 2019
1 parent 397f790 commit 5aae5d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/defaults/i3.template
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,7 @@ exec --no-startup-id mate-power-manager
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -c 0 -q set Master 2dB+ unmute
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -c 0 -q set Master 2db- unmute
bindsym XF86AudioMute exec --no-startup-id amixer -q set Master toggle

# touchpad on and off controller on laptop with Fn+<touchpad control functional key>
bindsym XF86TouchpadOn exec --no-startup-id synclient Touchpadoff=0
bindsym XF86TouchpadOff exec --no-startup-id synclient Touchpadoff=1

0 comments on commit 5aae5d8

Please sign in to comment.