mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-21 19:21: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;
|
enable = true;
|
||||||
plugins = [ pkgs.hyprlandPlugins.hyprscroller ];
|
plugins = [ pkgs.hyprlandPlugins.hyprscroller ];
|
||||||
settings = {
|
settings = {
|
||||||
|
exec-once = [
|
||||||
|
"hyprctl dispatch workspace 100000"
|
||||||
|
];
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$Left" = "H";
|
"$Left" = "H";
|
||||||
"$Right" = "L";
|
"$Right" = "L";
|
||||||
|
|
Loading…
Reference in a new issue