Disable hyprsplit
This commit is contained in:
parent
e8515c6427
commit
ca834fd89e
|
@ -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(){
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
usbutils
|
||||
gocryptfs
|
||||
sshfs
|
||||
ncdu
|
||||
];
|
||||
home.sessionVariables = {
|
||||
XDG_CONFIG_HOME = "${config.xdg.configHome}";
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
../alacritty
|
||||
../foot
|
||||
../kitty
|
||||
../ghostty
|
||||
../firefox
|
||||
../ssh
|
||||
../mpv
|
||||
|
|
Loading…
Reference in New Issue