diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-09-01 11:17:17 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-09-01 11:17:17 +0200 |
commit | 4d3f5f77ab0e53efeec9dec84190fd4a1ad99b73 (patch) | |
tree | 33cd03b81b857c010f8d0b865d57bc236e2520b5 /i3 | |
parent | b0541707b1331146dd510b582adb5fce15896ab7 (diff) | |
download | dotfiles-4d3f5f77ab0e53efeec9dec84190fd4a1ad99b73.tar.gz |
fix polybar launch
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,4 +338,4 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness -exec --no-startup-id "launch-polybar.sh" +exec --no-startup-id "launch_polybar.sh" |