summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorYigit Sever2019-06-22 11:29:27 +0300
committerYigit Sever2019-06-22 11:29:27 +0300
commitf2cfcf6008d66b354ca892f2676b74115fcf9d45 (patch)
tree45f2814ef208aeb8e03288c6a1808dbb91dd3888 /.config/i3
parenta1a119aacdb0b1abfbb0ff97cc0869344308bdba (diff)
downloaddotfiles-f2cfcf6008d66b354ca892f2676b74115fcf9d45.tar.gz
dotfiles-f2cfcf6008d66b354ca892f2676b74115fcf9d45.tar.bz2
dotfiles-f2cfcf6008d66b354ca892f2676b74115fcf9d45.zip
Touchpad enable/disable hints for mobile
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config##mobile.Linux.Luchs2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs
index 0aabeab..f09618f 100644
--- a/.config/i3/config##mobile.Linux.Luchs
+++ b/.config/i3/config##mobile.Linux.Luchs
@@ -84,6 +84,8 @@ bindsym XF86AudioNext exec mpc next
84bindsym XF86MonBrightnessUp exec xbacklight -inc 5 84bindsym XF86MonBrightnessUp exec xbacklight -inc 5
85bindsym XF86MonBrightnessDown exec xbacklight -dec 5 85bindsym XF86MonBrightnessDown exec xbacklight -dec 5
86 86
87bindsym XF86TouchpadToggle exec --no-startup-id perl -e '{`xinput list-props 11` =~ /^.*Device Enabled.+?(\d)$/m and {$1 ? `xinput --disable 11 && dunstify -a "touchpad" "disabled"` : `xinput --enable 11 && dunstify -a "touchpad" "enabled"`}} '
88
87# Make the currently focused window a scratchpad 89# Make the currently focused window a scratchpad
88bindsym $mod+Shift+minus move scratchpad 90bindsym $mod+Shift+minus move scratchpad
89 91