diff --git a/README.md b/README.md index f318e28..4968148 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ The following packages are required for the proper functioning of Hyprland on Vo - waybar - grim + - swaybg - slurp - dunst - swayidle diff --git a/hyprland/.config/hypr/conf/autostart.conf b/hyprland/.config/hypr/conf/autostart.conf index 6173106..209c132 100644 --- a/hyprland/.config/hypr/conf/autostart.conf +++ b/hyprland/.config/hypr/conf/autostart.conf @@ -14,25 +14,15 @@ exec-once = $scr_path/dunst-launch.sh exec-once = swaybg -i ~/Wallpapers/macos.png # exec-once = swww init; swww kill; swww init # idk why tbh -# Load Dunst Notification Manager - # Status bar exec-once = $scr_path/waybar-launch.sh # exec-once = eww daemon && eww open bar -# Input method -# exec-once = fcitx5 - - # exec-once = swayidle -w timeout 300 'gtklock' before-sleep 'gtklock' & # 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-Ice 24 - -# Plugins -# are a good way to crash Hyprland +exec-once = hyprctl setcursor Bibata-Modern-Ice 24 \ No newline at end of file