summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
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