diff --git a/home.nix b/home.nix index 0bf1e9e..48cd7c2 100644 --- a/home.nix +++ b/home.nix @@ -37,7 +37,6 @@ args@{ grim home-manager #hyprcursor - hyprpaper iconv krita kteatime diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index 52fcf5a..a1568e7 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -174,7 +174,8 @@ args@{ config, lib, inputs, pkgs, wayland, ... }: # Autostart exec-once = [ "[workspace special] ${pkgs.kitty}/bin/kitty" - "sleep 1; hyprctl dispatch layoutmsg orientationleft; hyprctl dispatch togglespecialworkspace" + # "sleep 1; hyprctl dispatch layoutmsg orientationleft; hyprctl dispatch togglespecialworkspace" + "blueman-applet &" ]; }; };