--no-startup-id is not used by sway
This commit is contained in:
@@ -39,7 +39,7 @@ default_border pixel 1
|
|||||||
|
|
||||||
|
|
||||||
# get auth work with polkit-gnome:
|
# get auth work with polkit-gnome:
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
# Default Font - Waybar's Is In's It's Config
|
# Default Font - Waybar's Is In's It's Config
|
||||||
font pango:Noto Sans Regular 10
|
font pango:Noto Sans Regular 10
|
||||||
@@ -130,10 +130,10 @@ assign [class="TelegramDesktop"] 5
|
|||||||
for_window [class=TelegramDesktop] focus
|
for_window [class=TelegramDesktop] focus
|
||||||
|
|
||||||
# Autostart apps:
|
# Autostart apps:
|
||||||
#exec --no-startup-id sleep 2 && xfce4-terminal
|
#exec sleep 2 && xfce4-terminal
|
||||||
#exec --no-startup-id firefox
|
#exec firefox
|
||||||
#exec --no-startup-id sleep 3 && thunar
|
#exec sleep 3 && thunar
|
||||||
#exec --no-startup-id blueberry-tray
|
#exec blueberry-tray
|
||||||
|
|
||||||
|
|
||||||
#set wallpaper:
|
#set wallpaper:
|
||||||
@@ -151,7 +151,7 @@ exec swayidle -w\
|
|||||||
|
|
||||||
|
|
||||||
# Desktop notifications_
|
# Desktop notifications_
|
||||||
exec --no-startup-id /usr/bin/mako
|
exec /usr/bin/mako
|
||||||
|
|
||||||
# set floating (nontiling)for apps needing it:
|
# set floating (nontiling)for apps needing it:
|
||||||
for_window [class="Yad" instance="yad"] floating enable
|
for_window [class="Yad" instance="yad"] floating enable
|
||||||
|
|||||||
Reference in New Issue
Block a user