test
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
env = [
|
||||
""
|
||||
"HYPRCURSOR_THEME, Bibata-Original-Classic"
|
||||
"HYPRCURSOR_SIZE, 24"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ########
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user