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
Generated
+13 -13
View File
@@ -52,17 +52,17 @@
"caelestia-cli-src": {
"flake": false,
"locked": {
"lastModified": 1751862939,
"narHash": "sha256-BlQQF73Qkk2uKfS0yYEQLWdnkf+uWzbvyqkvLqpyUCM=",
"owner": "caelestia-dots",
"repo": "cli",
"rev": "e2a34210e58cbd593be63fd4b3e5d2d6257f5c37",
"type": "github"
"lastModified": 1752673247,
"narHash": "sha256-0zEy8aVBZ66RWRx2NPzgURF3iv1pRHuTB3Zld5KkZLU=",
"ref": "refs/heads/main",
"rev": "e5f1231749bc7c795302b9dc004c891ce162fb2b",
"revCount": 260,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/caelestia-cli"
},
"original": {
"owner": "caelestia-dots",
"repo": "cli",
"type": "github"
"type": "git",
"url": "https://git.sakamoto.dev/kenji/caelestia-cli"
}
},
"caelestia-shell": {
@@ -77,11 +77,11 @@
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1752553895,
"narHash": "sha256-sXhqL2vcfGSry51Hf7uYretkCrfti6uzvd0YFwdLA1g=",
"lastModified": 1752673285,
"narHash": "sha256-rXEB4fG2MK7vEiAww7JsGNK0oYGWbW12m9T0g1IwiVM=",
"ref": "refs/heads/master",
"rev": "06c6711b13925b9b5970bd0dc17573bf5a618140",
"revCount": 8,
"rev": "d51d8ee1d4dbd8db0367423bc7b3be5c15c8a1bc",
"revCount": 9,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/caelestia-nix"
},
+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"
];
};
};
}