mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-21 03:01:11 -08:00
feat: start on extremely high workspace to avoid hitting top
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
b9b055d8b6
commit
81cb5f590a
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ in
|
|||
enable = true;
|
||||
plugins = [ pkgs.hyprlandPlugins.hyprscroller ];
|
||||
settings = {
|
||||
exec-once = [
|
||||
"hyprctl dispatch workspace 100000"
|
||||
];
|
||||
"$mod" = "SUPER";
|
||||
"$Left" = "H";
|
||||
"$Right" = "L";
|
||||
|
|
Loading…
Reference in a new issue