diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
| commit | c222e1bad2ba5e779c3af5b956906c82ead43271 (patch) | |
| tree | a5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/hypr/configs/Execs.conf | |
| parent | bb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff) | |
Initial upload
Diffstat (limited to 'config/hypr/configs/Execs.conf')
| -rw-r--r-- | config/hypr/configs/Execs.conf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf new file mode 100644 index 00000000..15bd093a --- /dev/null +++ b/config/hypr/configs/Execs.conf @@ -0,0 +1,47 @@ +#Commands to be executed at launch +$scriptsDir = $HOME/.config/hypr/scripts +$themes = $HOME/.config/hypr/themes +$lock = $scriptsDir/LockScreen.sh + +# wallpaper stuff +exec-once = swww query || swww init +#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png #using swww utility +#exec-once = swaybg -m fill -i $HOME/Pictures/wallpapers/mecha-nostalgia.png #using swaybg + +# Startup +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP + +# Polkit (Polkit Gnome / KDE) +exec-once = $scriptsDir/Polkit.sh + +# Portal Hyprland +#exec-once = $scriptsDir/PortalHyprland.sh + +# starup apps +exec-once = waybar & +exec-once = dunst & +exec-once = blueman-applet & +exec-once = nm-applet --indicator & +#exec-once = rog-control-center & +#exec-once = easyeffects --gapplication-service -l my_own + +#clipboard manager +exec-once = wl-paste --watch cliphist store + +#Catpuccin Hyprland Themes +source = $themes/mocha.conf + +# Rainbow borders +exec-once = $scriptsDir/RainbowBorders.sh + +# wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly +# exec-once = $scriptsDir/Sunset.sh + +# auto close of apps (timeout 5 secs) +# exec-once = $scriptsDir/AppAutoClose.sh + +# sway-idle with lock +exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' +# without lock +#exec-once = swayidle -w timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' |
