[hyprland] Comment some stuff in exec.conf
This commit is contained in:
parent
bc6e788f97
commit
9fcc9688c9
1 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,6 @@ exec-once = gnome-keyring
|
||||||
|
|
||||||
# Hypridle
|
# Hypridle
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = hyprpaper
|
|
||||||
|
|
||||||
# Mailspring
|
# Mailspring
|
||||||
exec-once = mailspring --background --password-store="gnome-libsecret"
|
exec-once = mailspring --background --password-store="gnome-libsecret"
|
||||||
|
@ -23,7 +22,7 @@ exec-once = mailspring --background --password-store="gnome-libsecret"
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
|
|
||||||
# Pipewire
|
# Pipewire
|
||||||
exec-once = artix-pipewire-launcher restart
|
#exec-once = artix-pipewire-launcher restart
|
||||||
|
|
||||||
# Polkit
|
# Polkit
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
@ -44,4 +43,4 @@ exec-once = udiskie
|
||||||
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
||||||
|
|
||||||
# Prevent hidden Wine System Tray window from keeping workspace existing
|
# Prevent hidden Wine System Tray window from keeping workspace existing
|
||||||
exec-once = $HOME/.scripts/kill-wine-explorer.sh
|
#exec-once = $HOME/.scripts/kill-wine-explorer.sh
|
||||||
|
|
Loading…
Reference in a new issue