i3: Inherit Polybar again
Makes it easier to refresh i3. Also workspaces actually work this way.
This commit is contained in:
parent
e44a57aefa
commit
0eea5e0419
@ -56,7 +56,7 @@ font pango:xos4 Terminus 9
|
||||
# Use in case of NODM/autologin and .xinitrc -- If we're just starting the system, we need to lock it up.
|
||||
#exec --no-startup-id "i3lock -i ~/.i3splash"
|
||||
|
||||
#exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma"
|
||||
exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma"
|
||||
#exec --no-startup-id "redshift"
|
||||
#exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||
#exec_always --no-startup-id "dunst"
|
||||
|
@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
polybar -r gamma &
|
||||
|
||||
compton &
|
||||
dunst &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user