summaryrefslogtreecommitdiff
path: root/common/home/hyprland/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/hyprland/default.nix')
-rw-r--r--common/home/hyprland/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix
index edffdd6..be5fe0e 100644
--- a/common/home/hyprland/default.nix
+++ b/common/home/hyprland/default.nix
@@ -14,7 +14,8 @@
"$mod, Escape, exec, hyprlock"
"$mod, Space, exec, wofi --show run"
"$mod, O, exec, openproject"
- "$mod, v, exec, openproject -e nvim"
+ "$mod, V, exec, openproject -e nvim"
+ "$mod+Shift, S, exec, loadconfig"
"$mod+Shift, Return, exec, alacritty"
"$mod+Shift, B, exec, firefox"
@@ -132,5 +133,11 @@
swallow_regex = "^(Alacritty)$";
animate_manual_resizes = true;
};
+
+ windowrulev2 = [
+ "pin,class:^(Hyprland::WinClass::Floating)$"
+ "float,class:^(Hyprland::WinClass::Floating)$"
+ "center,class:^(Hyprland::WinClass::Floating)$"
+ ];
};
}