Update autostart
This commit is contained in:
parent
432f8303ec
commit
66d225df40
1 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
bar swaybar_command waybar
|
||||
|
||||
exec {
|
||||
kanshi
|
||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
@ -9,10 +11,10 @@ exec {
|
|||
wl-paste --type image --watch cliphist store
|
||||
mako -c ~/.config/mako/config
|
||||
/usr/libexec/polkit-gnome-authentication-agent-1
|
||||
sway-audio-idle-inhibit
|
||||
$HOME/.config/sway/scripts/nextinit
|
||||
}
|
||||
|
||||
exec_always {
|
||||
pidof kanshi && kill -1 $(pidof kanshi) || kanshi
|
||||
}
|
||||
|
||||
bar swaybar_command waybar
|
||||
|
|
Loading…
Reference in a new issue