diff --git a/modules/home/gui/desktop/hypr/land/config/bind.nix b/modules/home/gui/desktop/hypr/land/config/bind.nix index a384434..5e06db2 100755 --- a/modules/home/gui/desktop/hypr/land/config/bind.nix +++ b/modules/home/gui/desktop/hypr/land/config/bind.nix @@ -22,7 +22,7 @@ let "X, exec, freetube" "V, exec, discordcanary" "M, exec, element-desktop" - "D, exec, ghostty -e zellij a dotfiles" + "D, exec, ghostty" "P, exec, bitwarden" # Workspaces "1, workspace, 1" diff --git a/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix b/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix index 9c225f4..9e08592 100755 --- a/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix +++ b/modules/home/gui/desktop/hypr/land/config/windowrulev2.nix @@ -28,7 +28,7 @@ let "maxsize 720 400, class:^${blueman}$" "maxsize 360 500, class:^${calculator}$" "maxsize 720 400, class:^${easyeffects}$" - "maxsize 720 400, class:^${scrcpy}$" + # "maxsize 720 400, class:^${scrcpy}$" "maxsize 720 400, class:^${mpv}$" "maxsize 720 400, class:^${vlc}$" "maxsize 640 360, class:^${nomacs}$" @@ -52,7 +52,7 @@ let "class:^${vlc}$" "class:^${nomacs}$" "class:^${flameshot}$" - "class:^${scrcpy}$" + # "class:^${scrcpy}$" "class:^${nomacs}$" "class:^${proton}$" "title:^(${picture})$" @@ -101,7 +101,7 @@ let "class:^${vlc}$" "class:^${nomacs}$" "class:^${flameshot}$" - "class:^${scrcpy}$" + # "class:^${scrcpy}$" "title:^(${picture})$" "title:^(${discord-popout})$" "title:^${bitwarden}$"