From 81e55e32dfa983c12d185c40bcf3166645247371 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 19 Apr 2023 16:19:16 +0200 Subject: [PATCH] Disable some hyprland autostarts --- config/hyprland/hyprland.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index 2b6672ed..cfeecbb7 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -34,9 +34,12 @@ wsbind = 0, HDMI-A-2 exec-once = dunst exec-once = waybar exec-once = hyprpaper -exec-once = kdeconnect-indicator # TODO: I think this doesn't work +# exec-once = kdeconnect-indicator # TODO: Only shows sometimes? exec-once = nextcloud --background -exec-once = keepassxc +# exec-once = keepassxc +# exec-once = md.obsidian.Obsidian +# exec-once = firefox +exec-once = kitty exec-once = wl-paste -t text --watch clipman store --no-persist exec-once = wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json" @@ -144,7 +147,8 @@ windowrulev2 = workspace 2, class:^(obsidian)$ windowrulev2 = workspace 3, class:^(firefox)$ windowrulev2 = workspace 0, class:^(discord)$ windowrulev2 = workspace 0, class:^(Spotify)$ -windowrulev2 = opacity 0.85, class:^(kitty)$ +# windowrulev2 = opacity 0.9, class:^(kitty)$ # Sadly bugs with the wrong background +windowrulev2 = workspace 1, class:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER