diff options
author | Yigit Sever | 2019-06-22 13:51:08 +0300 |
---|---|---|
committer | Yigit Sever | 2019-06-22 13:51:08 +0300 |
commit | f963f155dac960a86647d0cb5712900238de997b (patch) | |
tree | f177cdb78f2295bf64803ff335f226b7ec5e4368 | |
parent | 48134fde267e357e1d07735d9cfe4afbe1e5b008 (diff) | |
parent | f2cfcf6008d66b354ca892f2676b74115fcf9d45 (diff) | |
download | dotfiles-f963f155dac960a86647d0cb5712900238de997b.tar.gz dotfiles-f963f155dac960a86647d0cb5712900238de997b.tar.bz2 dotfiles-f963f155dac960a86647d0cb5712900238de997b.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
-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 | ||