diff --git a/nixos-config/home-manager/config/hypr/hyprland.conf b/nixos-config/home-manager/config/hypr/hyprland.conf index 68349123..ec1a52c8 100644 --- a/nixos-config/home-manager/config/hypr/hyprland.conf +++ b/nixos-config/home-manager/config/hypr/hyprland.conf @@ -111,10 +111,11 @@ gestures { $mod = SUPER # Startup stuff -exec-once = dunst -exec-once = waybar -exec-once = udiskie --no-automount --tray -exec-once = swayidle timeout 600 'gtklock -d' +exec-once = dunst # notifications +exec-once = waybar # status bar +exec-once = udiskie --no-automount --tray # user disk mounting +exec-once = swayidle timeout 600 'gtklock -d' # lockscreen +exec-once = kdeconnect-indicator # kde connect # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = CTRL_ALT, RETURN, exec, kitty # terminal