Disable hyprsplit
This commit is contained in:
parent
e8515c6427
commit
ca834fd89e
|
@ -21,12 +21,12 @@ let
|
||||||
# workspace_command_prefix = "split-";
|
# workspace_command_prefix = "split-";
|
||||||
# hyprland_plugins = [ inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces ];
|
# hyprland_plugins = [ inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces ];
|
||||||
|
|
||||||
workspace_command_prefix = "split:";
|
# workspace_command_prefix = "split:";
|
||||||
hyprland_plugins = [ pkgs.hyprlandPlugins.hyprsplit ];
|
# hyprland_plugins = [ pkgs.hyprlandPlugins.hyprsplit ];
|
||||||
|
|
||||||
# Disable split-monitor-workspaces
|
# Disable split-monitor-workspaces
|
||||||
# workspace_command_prefix = "";
|
workspace_command_prefix = "";
|
||||||
# hyprland_plugins = [];
|
hyprland_plugins = [];
|
||||||
|
|
||||||
launch_terminal = pkgs.writeShellScriptBin "launch_terminal" ''
|
launch_terminal = pkgs.writeShellScriptBin "launch_terminal" ''
|
||||||
function find_leaf_pid(){
|
function find_leaf_pid(){
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
usbutils
|
usbutils
|
||||||
gocryptfs
|
gocryptfs
|
||||||
sshfs
|
sshfs
|
||||||
|
ncdu
|
||||||
];
|
];
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
XDG_CONFIG_HOME = "${config.xdg.configHome}";
|
XDG_CONFIG_HOME = "${config.xdg.configHome}";
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
../alacritty
|
../alacritty
|
||||||
../foot
|
../foot
|
||||||
../kitty
|
../kitty
|
||||||
../ghostty
|
|
||||||
../firefox
|
../firefox
|
||||||
../ssh
|
../ssh
|
||||||
../mpv
|
../mpv
|
||||||
|
|
Loading…
Reference in New Issue