mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-06 19:32:50 +01:00
feat: hypr* config based on catpuccin & Kosmx's config
This commit is contained in:
34
hypr/exec.conf
Executable file
34
hypr/exec.conf
Executable file
@@ -0,0 +1,34 @@
|
||||
# Startup apps and services config file
|
||||
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
|
||||
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = hyprpaper
|
||||
exec-once = waybar
|
||||
exec-once = swaync
|
||||
|
||||
# clippy
|
||||
exec-once = wl-paste --type text --watch cliphist -max-items 36 store #Stores only text data
|
||||
exec-once = wl-paste --type image --watch cliphist -max-items 36 store #Stores only image data
|
||||
|
||||
#exec-once = hyprland-per-window-layout
|
||||
|
||||
exec-once = udiskie &
|
||||
|
||||
exec-once = lxpolkit
|
||||
# exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
# exec-once = swayidle -w timeout 300 'sh ~/.config/swaylock.sh' timeout 310 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
|
||||
exec-once = hypridle
|
||||
|
||||
#exec-once = /usr/libexec/kdeconnectd # kdeconnect daemon
|
||||
exec-once = kdeconnect-indicator
|
||||
|
||||
# audit (apparmor) logger
|
||||
# exec-once = aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log
|
||||
|
||||
Reference in New Issue
Block a user