19 lines
1.1 KiB
Plaintext
19 lines
1.1 KiB
Plaintext
# █▀▀ ▀▄▀ █▀▀ █▀▀
|
|
# ██▄ █░█ ██▄ █▄▄
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
|
|
# Execute your favorite apps at launch
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
exec-once = ~/.config/hypr/xdg-portal-hyprland
|
|
exec-once = lxpolkit
|
|
exec-once = waypaper --restore
|
|
exec-once = waybar
|
|
exec-once = cliphist wipe
|
|
exec-once = wl-paste --watch cliphist store #Stores only text data
|
|
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
|
exec-once = dunst
|
|
#exec-once = swayidle -w timeout 300 '$HOME/.local/bin/moo-lockscreen' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f'
|
|
exec-once = swayidle -w timeout 300 'swaylock -f' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f'
|
|
exec-once = xdg-mime default pcmanfm.desktop inode/directory
|
|
#exec-once = sway-audio-idle-inhibit |