diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config##mobile.Linux.Luchs | 2 |
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 | |||
84 | bindsym XF86MonBrightnessUp exec xbacklight -inc 5 | 84 | bindsym XF86MonBrightnessUp exec xbacklight -inc 5 |
85 | bindsym XF86MonBrightnessDown exec xbacklight -dec 5 | 85 | bindsym XF86MonBrightnessDown exec xbacklight -dec 5 |
86 | 86 | ||
87 | bindsym 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 |
88 | bindsym $mod+Shift+minus move scratchpad | 90 | bindsym $mod+Shift+minus move scratchpad |
89 | 91 | ||