add conky to hyprland startup
This commit is contained in:
parent
db7ef6f15b
commit
9e40c59bb9
1 changed files with 1 additions and 2 deletions
|
@ -252,8 +252,6 @@ windowrulev2 = size 32% 39%, class:startup_floating_neofetch
|
||||||
windowrulev2 = move 12% 10%,class:startup_floating_neofetch
|
windowrulev2 = move 12% 10%,class:startup_floating_neofetch
|
||||||
|
|
||||||
|
|
||||||
#bind = $secondMod, a, exec, waybar
|
|
||||||
|
|
||||||
bind = , XF86Calculator, exec, galculator
|
bind = , XF86Calculator, exec, galculator
|
||||||
|
|
||||||
|
|
||||||
|
@ -265,6 +263,7 @@ exec-once=light -I
|
||||||
exec-once=pipewire
|
exec-once=pipewire
|
||||||
exec-once=dbus-update-activation-environement WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # to allow screensharing
|
exec-once=dbus-update-activation-environement WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # to allow screensharing
|
||||||
exec-once=alacritty --class startup_floating_neofetch -e nfetch-startup
|
exec-once=alacritty --class startup_floating_neofetch -e nfetch-startup
|
||||||
|
exec-once=conky
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue