dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 9a1b9a0220048a35efe83e2e3c08490228d13e78
parent fa7349686cc1866ec2a1ee291cee9f9e4fbaacde
Author: Ashymad <czilukim@o2.pl>
Date:   Sun, 18 Nov 2018 21:19:53 +0100

Bind toggling touchpad

Diffstat:
Mi3/.i3/config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/i3/.i3/config b/i3/.i3/config @@ -126,6 +126,9 @@ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # decrease bindsym $mod+F12 exec --no-startup-id xbacklight -inc 10 # increase screen brightness bindsym $mod+F11 exec --no-startup-id xbacklight -dec 10 # decrease screen brightness +# Touchpad toggle +bindsym XF86TouchpadToggle exec --no-startup-id ~/.i3/toggle_touchpad.sh 'SynPS/2 Synaptics TouchPad' + # Change wallpaper bindsym $mod+p exec --no-startup-id ~/.fehbg