Update all dotfiles
This commit is contained in:
@ -0,0 +1,48 @@
|
||||
# ___ __ __ __
|
||||
# / _ |__ __/ /____ ___ / /____ _____/ /_
|
||||
# / __ / // / __/ _ \(_-</ __/ _ `/ __/ __/
|
||||
# /_/ |_\_,_/\__/\___/___/\__/\_,_/_/ \__/
|
||||
#
|
||||
|
||||
# Setup XDG for screen sharing and start waypaper and waybar
|
||||
exec-once = ~/.config/hypr/scripts/xdg.sh
|
||||
|
||||
# Load Wallpaper
|
||||
exec-once = ~/.config/hypr/scripts/wallpaper-restore.sh
|
||||
|
||||
# Start Polkit
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Load Notification Daemon
|
||||
exec-once = ~/.config/ml4w/settings/notification.sh
|
||||
|
||||
# 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 ags
|
||||
exec-once = ~/.config/ml4w/scripts/ags.sh
|
||||
|
||||
# Start autostart cleanup
|
||||
exec-once = ~/.config/hypr/scripts/cleanup.sh
|
||||
|
||||
# Load configuration from ML4W Hyprland Settings App
|
||||
exec = ~/.config/ml4w-hyprland-settings/hyprctl.sh
|
||||
|
||||
# Dock
|
||||
exec-once = ~/.config/nwg-dock-hyprland/launch.sh
|
||||
|
||||
# Apps
|
||||
exec-once = nextcloud --background
|
||||
exec-once = bitwarden
|
||||
exec-once = startsunshine
|
||||
exec-once = /home/gib/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize
|
||||
exec-once = flatpak run app.bluebubbles.BlueBubbles minimized
|
Reference in New Issue
Block a user