This commit is contained in:
kenji
2025-07-16 08:47:09 -05:00
parent 69253992df
commit 3fd62d4525
5 changed files with 17 additions and 22 deletions
+1 -2
View File
@@ -130,6 +130,7 @@
# Special workspace toggles
"Control+Shift, Escape, exec, caelestia toggle sysmon"
"$mod, Escape, exec, caelestia toggle sysmon"
"$mod, M, exec, caelestia toggle music"
"$mod, D, exec, caelestia toggle communication"
"$mod, R, exec, caelestia toggle todo"
@@ -140,8 +141,6 @@
"$mod, T, togglespecialworkspace, special:steam"
"$mod SHIFT, T, movetoworkspace, special:steam"
"$mod, ESCAPE, togglespecialworkspace, special:btop"
# Toggle special workspace
"$mod, S, exec, caelestia toggle specialws"
+2 -1
View File
@@ -6,7 +6,8 @@
}: {
wayland.windowManager.hyprland.settings = {
env = [
""
"HYPRCURSOR_THEME, Bibata-Original-Classic"
"HYPRCURSOR_SIZE, 24"
];
};
}
-1
View File
@@ -92,7 +92,6 @@
"special:gaming, monitor:DP-1, persistent:true"
"special:steam, monitor:DP-1, persistent:true, on-created-empty:steam"
"special:btop, persistent:true, on-created-empty:btop"
];
# ######## Layer rules ########
+1 -5
View File
@@ -9,6 +9,7 @@
./config/rules.nix
./config/animation.nix
./config/decoration.nix
./config/env.nix
];
home.file.".config/hypr/scripts/wsaction.fish" = {
@@ -79,11 +80,6 @@
workspace_back_and_forth = true;
scroll_event_delay = 0;
};
env = [
"HYPRCURSOR_THEME, Bibata-Original-Classic"
"HYPRCURSOR_SIZE, 24"
];
};
};
}