mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
31 lines
1 KiB
Text
31 lines
1 KiB
Text
# Wallpaper
|
|
#exec-once = swaybg -i ~/.config/eww/images/wallpaper/wallpaper
|
|
exec-once = swww init; swww kill; swww init # idk why tbh
|
|
|
|
# Status bar
|
|
#exec-once = eww daemon && eww open bar && eww open bgdecor
|
|
exec-once = ags &
|
|
#exec-once = waybar
|
|
|
|
# Input method
|
|
exec-once = fcitx5
|
|
|
|
# Core components (authentication, lock screen, notification daemon)
|
|
exec-once = dbus-update-activation-environment --all &
|
|
exec-once = /usr/bin/gnome-keyring-daemon --start --components=secrets &
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
exec-once = swayidle -w timeout 300 'swaylock' before-sleep 'swaylock' &
|
|
exec-once = swayidle -w timeout 450 'pidof java || systemctl suspend' & # dont sleep if playing minecraft, else nvidia will fuck up
|
|
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
|
|
|
# Clipboard history
|
|
exec-once = wl-paste --watch cliphist store &
|
|
|
|
# Cursor
|
|
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
|
|
|
# Plugins
|
|
# are a good way to crash Hyprland
|
|
# so nothing here
|
|
|
|
|