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 {
|
exec {
|
||||||
kanshi
|
kanshi
|
||||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
@ -9,10 +11,10 @@ exec {
|
||||||
wl-paste --type image --watch cliphist store
|
wl-paste --type image --watch cliphist store
|
||||||
mako -c ~/.config/mako/config
|
mako -c ~/.config/mako/config
|
||||||
/usr/libexec/polkit-gnome-authentication-agent-1
|
/usr/libexec/polkit-gnome-authentication-agent-1
|
||||||
|
sway-audio-idle-inhibit
|
||||||
|
$HOME/.config/sway/scripts/nextinit
|
||||||
}
|
}
|
||||||
|
|
||||||
exec_always {
|
exec_always {
|
||||||
pidof kanshi && kill -1 $(pidof kanshi) || kanshi
|
pidof kanshi && kill -1 $(pidof kanshi) || kanshi
|
||||||
}
|
}
|
||||||
|
|
||||||
bar swaybar_command waybar
|
|
||||||
|
|
Loading…
Reference in a new issue