dotfiles

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

commit 195edcabcae6040c0f3e1a4a17e569982a35c4d5
parent 984287c3bc239c87c04407a0fa1caa8dade7b093
Author: Ashymad <czilukim@o2.pl>
Date:   Mon,  2 Jul 2018 18:56:27 +0200

Typo

Diffstat:
Mi3/.i3/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i3/.i3/config b/i3/.i3/config @@ -120,7 +120,7 @@ bindsym XF86AudioStop exec --no-startup-id cmus-remote -s bindsym XF86AudioNext exec --no-startup-id cmus-remote -n bindsym XF86AudioPrev exec --no-startup-id cmus-remote -r -# Sreen brightness controls +# Screen brightness controls bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # decrease screen brightness bindsym $mod+F12 exec --no-startup-id xbacklight -inc 10 # increase screen brightness