diff options
author | sefidel <contact@sefidel.net> | 2022-01-22 12:20:23 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-22 12:20:23 +0900 |
commit | 2ec7edd6863af2fd1ef847f638ed59fac3b402ab (patch) | |
tree | 1b8f52e65f7b842400fe1ad616e0d2c22e9bf560 /home | |
parent | 4db6f413eb0fe8cc5c38f203db67cc053a172297 (diff) | |
download | nixrc-2ec7edd6863af2fd1ef847f638ed59fac3b402ab.tar.gz nixrc-2ec7edd6863af2fd1ef847f638ed59fac3b402ab.zip |
home/base: disable workspace scrolling
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/config/waybar-settings.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base/config/waybar-settings.nix b/home/profiles/base/config/waybar-settings.nix index 089fefb..69f07ef 100644 --- a/home/profiles/base/config/waybar-settings.nix +++ b/home/profiles/base/config/waybar-settings.nix @@ -11,6 +11,7 @@ with neotheme.colors; "sway/workspaces" = { all-outputs = true; + disable-scroll = true; # TODO: broken: only lets you scroll between 1~2 active workspaces persistent_workspaces = { "α" = [ ]; "β" = [ ]; |