summaryrefslogtreecommitdiff
path: root/nix/modules/home/hyprland.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-01 15:05:36 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-01 15:05:36 -0800
commitc46325d82f3a325021811f1be844ba24b0ee5688 (patch)
treecf2824f076c0023c736b26887cd55fe2d93ef0bf /nix/modules/home/hyprland.nix
parent004d30ad75da83075ce0fae01f41f5205302e7da (diff)
add nice keybindings and options for hyprland; start of rpi-zero
Diffstat (limited to 'nix/modules/home/hyprland.nix')
-rw-r--r--nix/modules/home/hyprland.nix15
1 files changed, 10 insertions, 5 deletions
diff --git a/nix/modules/home/hyprland.nix b/nix/modules/home/hyprland.nix
index 3e867cb..c836b81 100644
--- a/nix/modules/home/hyprland.nix
+++ b/nix/modules/home/hyprland.nix
@@ -58,13 +58,18 @@
workspace = 2;
}
{
- name = "element-desktop";
- "match:class" = "element-desktop";
+ name = "chromium-browser";
+ "match:class" = "chromium-browser";
+ workspace = 2;
+ }
+ {
+ name = "signal";
+ "match:class" = "signal";
workspace = 3;
}
{
- name = "vesktop";
- "match:class" = "vesktop";
+ name = "Element";
+ "match:class" = "Element";
workspace = 3;
}
{
@@ -92,7 +97,7 @@
"$mod, S, exec, pavucontrol"
"$mod, M, exec, monero-wallet-gui"
"$mod, V, exec, element-desktop"
- "$mod, C, exec, fluffychat"
+ "$mod, C, exec, signal-desktop"
"$mod, D, exec, wofi --show run"
"$mod, P, exec, bash ${scripts}/powermenu.sh"
"$mod, Q, killactive"