change exec_once
This commit is contained in:
parent
1fe47b0794
commit
3f2934783d
1 changed files with 12 additions and 5 deletions
|
@ -13,23 +13,30 @@ exec-once=hyprpm reload -n
|
||||||
# lock the screen at loading of the session. The session have to not be lock by something like encription.
|
# lock the screen at loading of the session. The session have to not be lock by something like encription.
|
||||||
exec-once=hyprlock
|
exec-once=hyprlock
|
||||||
|
|
||||||
|
|
||||||
# exec-once=swayidle -w before-sleep "swaylock-script --sleep" lock "swaylock-script"
|
# exec-once=swayidle -w before-sleep "swaylock-script --sleep" lock "swaylock-script"
|
||||||
exec-once=hypridle
|
exec-once=hypridle
|
||||||
exec-once=dunst # Notification daemon
|
exec-once=dunst # Notification daemon
|
||||||
exec-once=backlight_control 30
|
exec-once=backlight_control 30
|
||||||
|
# exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||||
|
|
||||||
# Toutes les idioties que j'ai mises sur mon fond d'écran pour me la péter.
|
# Toutes les idioties que j'ai mises sur mon fond d'écran pour me la péter.
|
||||||
exec-once=alacritty --class startup_floating_neofetch -e nfetch-startup
|
exec-once=alacritty --class startup_floating_neofetch -e nfetch-startup
|
||||||
exec-once=hyprpaper
|
exec-once=hyprpaper
|
||||||
#exec-once=conky
|
#exec-once=conky
|
||||||
exec-once=eww open clock
|
#exec-once=eww open clock
|
||||||
exec-once=eww open system
|
#exec-once=eww open system
|
||||||
exec-once=eww open perf
|
#exec-once=eww open perf
|
||||||
exec-once=clock-start top-right 360 275
|
exec-once=open_eww
|
||||||
|
#exec-once=clock-start top-right 360 275
|
||||||
|
|
||||||
# launch udiskie, the udisks2 helper in order to mount automatically every devices plug on the computer. Add a tray so it will be better like that.
|
# launch udiskie, the udisks2 helper in order to mount automatically every devices plug on the computer. Add a tray so it will be better like that.
|
||||||
exec-once=udiskie --no-automount --no-terminal --smart-tray --no-file-manager
|
#exec-once=udiskie --no-automount --no-terminal --smart-tray --no-file-manager
|
||||||
|
|
||||||
|
# run a runsvdir for user managed services.
|
||||||
|
exec-once=runsvdir "/home/primardj/.runit"
|
||||||
|
|
||||||
# Exec app at hyprland start
|
# Exec app at hyprland start
|
||||||
exec-once=waybar
|
exec-once=waybar
|
||||||
|
|
||||||
|
#exec-once=allow_screenshare
|
||||||
|
|
Loading…
Reference in a new issue