Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
45
.config/hypr/conf/autostart.conf
Normal file
45
.config/hypr/conf/autostart.conf
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# ___ __ __ __
|
||||
# / _ |__ __/ /____ ___ / /____ _____/ /_
|
||||
# / __ / // / __/ _ \(_-</ __/ _ `/ __/ __/
|
||||
# /_/ |_\_,_/\__/\___/___/\__/\_,_/_/ \__/
|
||||
#
|
||||
|
||||
# Setup XDG for screen sharing and start waypaper and waybar
|
||||
exec-once = ~/.config/hypr/scripts/xdg.sh
|
||||
|
||||
# Start Polkit
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Load Wallpaper
|
||||
# exec-once = ~/.config/hypr/scripts/wallpaper-restore.sh
|
||||
exec-once = hyprpaper
|
||||
|
||||
# Load Notification Daemon
|
||||
exec-once = swaync
|
||||
|
||||
# Load GTK settings
|
||||
exec-once = ~/.config/hypr/scripts/gtk.sh
|
||||
|
||||
# Using hypridle to start hyprlock
|
||||
exec-once = hypridle
|
||||
|
||||
# Load cliphist history
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# Autostart ML4W App
|
||||
# exec-once = ~/.config/ml4w/scripts/ml4w-autostart.sh
|
||||
|
||||
# Start autostart cleanup
|
||||
# exec-once = ~/.config/hypr/scripts/cleanup.sh
|
||||
|
||||
# Load configuration from ML4W Hyprland Settings App
|
||||
# exec = ~/.config/com.ml4w.hyprlandsettings/hyprctl.sh
|
||||
|
||||
# Dock
|
||||
# exec-once = ~/.config/nwg-dock-hyprland/launch.sh
|
||||
|
||||
#Custom
|
||||
# exec-once = nextcloud --background
|
||||
exec-once = waybar &
|
||||
exec-once = syncthing &
|
||||
# exec-once = QSyncthingTray &
|
||||
Loading…
Add table
Add a link
Reference in a new issue