Update config

Trying to figure out why polybar isnt launching on login, but works on f2
This commit is contained in:
Vlad Doster 2020-01-01 17:37:02 -05:00 committed by GitHub
parent 493a09ac86
commit d5bf3df3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,6 @@
# This config file will use environmental variables such as $BROWSER and $TERMINAL.
# You can set these variables in ~/.profile or ~/.bash_profile if you have it as below:
#Polybar
exec_always --no-startup-id ~/.local/bin/launch_polybar &
# #---Basic Definitions---# #
for_window [class="^.*"] border pixel 2
gaps inner 5
@ -184,3 +181,6 @@ bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
#Polybar
exec_always --no-startup-id ~/.local/bin/launch_polybar &