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 &