Hyprland conf: Start Discord in native Wayland, added start Element minimized
This commit is contained in:
parent
163c4a5dba
commit
6f0b28adb3
1 changed files with 4 additions and 1 deletions
|
@ -31,9 +31,12 @@ exec-once = wl-paste -w wl-copy -p
|
||||||
exec-once = cliphist wipe && wl-paste --watch cliphist store
|
exec-once = cliphist wipe && wl-paste --watch cliphist store
|
||||||
|
|
||||||
# Discord
|
# Discord
|
||||||
exec-once = discord --start-minimized
|
exec-once = discord --start-minimized --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
# exec-once = xwaylandvideobridge
|
# exec-once = xwaylandvideobridge
|
||||||
|
|
||||||
|
# Element
|
||||||
|
exec-once = element-desktop --hidden
|
||||||
|
|
||||||
# Nextcloud
|
# Nextcloud
|
||||||
exec-once = nextcloud --background
|
exec-once = nextcloud --background
|
||||||
exec-once = gnome-keyring-daemon -s -f
|
exec-once = gnome-keyring-daemon -s -f
|
||||||
|
|
Loading…
Reference in a new issue