From f2445e610b02459e70dc6cfb1b80a4d0cfeffbe7 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 4 Oct 2024 10:13:35 +0200 Subject: [PATCH] . --- home.nix | 1 - hyprland/hyprland.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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 &" ]; }; };