Fix issues in autostart

This commit is contained in:
Tobias Reisinger 2023-07-15 15:21:33 +02:00
parent 0d82914d42
commit f03e4b12a1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 8 additions and 7 deletions

View file

@ -27,7 +27,7 @@ hosts = []
group = 'conky'
[apps.discord]
command = 'flatpak run com.discordapp.discord'
command = 'flatpak run com.discordapp.Discord'
hosts = []
group = 'chat'
@ -37,12 +37,12 @@ hosts = []
group = 'common'
[apps.element]
command = 'flatpak run im.riot.riot'
command = 'flatpak run im.riot.Riot'
hosts = []
group = 'chat'
[apps.hyprland-handler]
command = 'hyprland-handler'
command = '$XDG_CONFIG_HOME/hypr/handler'
hosts = []
group = 'wayland'