From 13846643870c304b60f996ecb21ec3c9d1a78e79 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 24 Sep 2023 14:08:49 -0500 Subject: [PATCH] Better workspaces (still have scratchpad ws dup bug) --- flake.nix | 2 +- user/wm/hyprland/hyprland.nix | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/flake.nix b/flake.nix index 4d800e8..2026e04 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ name = "Emmet"; # name/identifier email = "librephoenix3@pm.me"; # email (used for certain configurations) dotfilesDir = "~/.dotfiles"; # absolute path of the local repo - theme = "spaceduck"; # selcted theme from my themes directory (./themes/) + theme = "caret"; # selcted theme from my themes directory (./themes/) wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/ wmType = "wayland"; # x11 or wayland browser = "librewolf"; # Default browser; must select one from ./user/app/browser/ diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 878440e..1ad015e 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -40,7 +40,7 @@ layout = master cursor_inactive_timeout = 30 border_size = 4 - no_cursor_warps = true + no_cursor_warps = false col.active_border = 0xff'' + config.lib.stylix.colors.base08 + '' col.inactive_border = 0x33'' + config.lib.stylix.colors.base00 + '' @@ -396,17 +396,6 @@ "8" = "󰑴"; "9" = "󱎓"; }; - "persistent_workspaces" = { - "1" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "2" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "3" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "4" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "5" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "6" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "7" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "8" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - "9" = [ "eDP-1" "HDMI-A-1" "DP-1"]; - }; "on-click" = "activate"; "on-scroll-up" = "hyprctl dispatch workspace e+1"; "on-scroll-down" = "hyprctl dispatch workspace e-1";