From ca834fd89e7ecb6cc313bb3275cd1b66dd0f1978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 20 Sep 2025 23:11:56 +0700 Subject: [PATCH] Disable hyprsplit --- home/hyprland/default.nix | 8 ++++---- home/utils/common.nix | 1 + home/utils/desktop.nix | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 5f647e0..c403f49 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -21,12 +21,12 @@ let # workspace_command_prefix = "split-"; # hyprland_plugins = [ inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces ]; - workspace_command_prefix = "split:"; - hyprland_plugins = [ pkgs.hyprlandPlugins.hyprsplit ]; + # workspace_command_prefix = "split:"; + # hyprland_plugins = [ pkgs.hyprlandPlugins.hyprsplit ]; # Disable split-monitor-workspaces - # workspace_command_prefix = ""; - # hyprland_plugins = []; + workspace_command_prefix = ""; + hyprland_plugins = []; launch_terminal = pkgs.writeShellScriptBin "launch_terminal" '' function find_leaf_pid(){ diff --git a/home/utils/common.nix b/home/utils/common.nix index 3fbe943..3e26796 100644 --- a/home/utils/common.nix +++ b/home/utils/common.nix @@ -24,6 +24,7 @@ usbutils gocryptfs sshfs + ncdu ]; home.sessionVariables = { XDG_CONFIG_HOME = "${config.xdg.configHome}"; diff --git a/home/utils/desktop.nix b/home/utils/desktop.nix index 3246863..1eb6791 100644 --- a/home/utils/desktop.nix +++ b/home/utils/desktop.nix @@ -9,7 +9,6 @@ ../alacritty ../foot ../kitty - ../ghostty ../firefox ../ssh ../mpv