From 0ab662f9f96c0b1375efa9109c0108cf30c2bed8 Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Tue, 25 Mar 2025 01:18:14 +0100
Subject: [PATCH] Changed: Hyprland shortcuts
---
home/hyprland/default.nix | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix
index 5eb6b9f..0b0a34f 100644
--- a/home/hyprland/default.nix
+++ b/home/hyprland/default.nix
@@ -7,9 +7,19 @@
wayland.windowManager.hyprland.settings = {
"$mod" = "SUPER";
+ "$terminal" = "kitty";
+ "$filemanager" = "dolphin";
+
bind = [
"$mod, F, exec, firefox"
- ", Print, exec, grimblat copy area"
- ];
+ "$mod, Q, exec, $terminal"
+ "$mod, C, killactive, "
+ "$mod, M, exit, "
+ "$mod, V, togglefloating, "
+ "$mod, R, exec, $menu"
+ "$mod, S, exec, $power"
+ "$mod, P, pseudo, "
+ "$mod, J, togglesplit, "
+ ];
};
}