From c2c54ed574d00d96a772e096abdfa2da3b60fdd6 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 30 Aug 2024 11:06:19 +0200 Subject: hypr: start tracking --- .config/hypr/conf/autostart.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .config/hypr/conf/autostart.conf (limited to '.config/hypr/conf/autostart.conf') diff --git a/.config/hypr/conf/autostart.conf b/.config/hypr/conf/autostart.conf new file mode 100644 index 0000000..b8792f1 --- /dev/null +++ b/.config/hypr/conf/autostart.conf @@ -0,0 +1,39 @@ +# See https://wiki.hyprland.org/Configuring/Keywords/#executing +# autostart + +# Setup XDG for screen sharing +exec-once = ~/.local/bin/xdg.sh + +# Polkit +exec-once = /usr/lib/polkit-kde-authentication-agent-1 + +# Sway Notification Center +exec-once = swaync + +# Polybar +exec-once = waybar + +# Dropbox +exec-once = nextcloud --background + +# Clipboard Manager +exec-once = copyq --start-server + +# Wallpaper +exec-once = hyprpaper + +# Daily Reminders +exec-once = remind -z -k'notify-send --app-name="remind" --icon="fcitx-remind-active" "⏰ reminder!" "%s" &' ~/.reminders + +# Start playerctl daemon, spotify/youtube etc. binder +exec-once = playerctld daemon + +# For hyprshade scheduling, f.lux +exec-once = dbus-update-activation-environment --systemd HYPRLAND_INSTANCE_SIGNATURE +exec-once = hyprshade auto + +# Network Manager Applet +exec-once = nm-applet + +# Cursor +exec-once = hyprctl setcursor capitaine-cursors-light 28 -- cgit v1.2.3-70-g09d2