i3: Remove username dependency from config file
This commit is contained in:
@@ -239,8 +239,8 @@ for_window [class="^Chrome$" title=" - Chromium$"] border none
|
|||||||
bindsym XF86Calculator exec --no-startup-id gnome-calculator
|
bindsym XF86Calculator exec --no-startup-id gnome-calculator
|
||||||
|
|
||||||
# Sreen brightness controls
|
# Sreen brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec /home/kmir/.usr/brightness.sh +10 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec ~/.local/bin/brightness.sh +10 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec /home/kmir/.usr/brightness.sh -10 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec ~/.local/bin/brightness.sh -10 # decrease screen brightness
|
||||||
|
|
||||||
# Media player controls
|
# Media player controls
|
||||||
bindsym XF86AudioPlay exec playerctl play-pause
|
bindsym XF86AudioPlay exec playerctl play-pause
|
||||||
|
|||||||
Reference in New Issue
Block a user