blob: b8792f18b599e08f23b93c4b4c73efab1485b67c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
|