Fix issues in autostart
This commit is contained in:
parent
0d82914d42
commit
f03e4b12a1
2 changed files with 8 additions and 7 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue