i3: Remove username dependency from config file

This commit is contained in:
Robert Kmiec
2020-01-15 17:11:47 +01:00
parent 485871619f
commit 8d59edd337

View File

@@ -239,8 +239,8 @@ for_window [class="^Chrome$" title=" - Chromium$"] border none
bindsym XF86Calculator exec --no-startup-id gnome-calculator
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec /home/kmir/.usr/brightness.sh +10 # increase screen brightness
bindsym XF86MonBrightnessDown exec /home/kmir/.usr/brightness.sh -10 # decrease screen brightness
bindsym XF86MonBrightnessUp exec ~/.local/bin/brightness.sh +10 # increase screen brightness
bindsym XF86MonBrightnessDown exec ~/.local/bin/brightness.sh -10 # decrease screen brightness
# Media player controls
bindsym XF86AudioPlay exec playerctl play-pause