From d5bf3df3b192c44ad287b838d0849fbc9bae8160 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 17:37:02 -0500 Subject: [PATCH] Update config Trying to figure out why polybar isnt launching on login, but works on f2 --- .config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 409c51c6..9e91034b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 &