diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 16:29:05 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 16:29:05 -0400 |
| commit | 4010671d170a9c079fa70c4f263b341b464d0e22 (patch) | |
| tree | 76cc9e0d0dc07a258fb3a342a693a42adf7c1819 /hyprland/binds.nix | |
| parent | add hyprpicker + wl clipboard and add keybind mod + s (diff) | |
| download | nixos-4010671d170a9c079fa70c4f263b341b464d0e22.tar.gz nixos-4010671d170a9c079fa70c4f263b341b464d0e22.tar.bz2 nixos-4010671d170a9c079fa70c4f263b341b464d0e22.zip | |
change waybar icons to match workspaces
Diffstat (limited to '')
| -rw-r--r-- | hyprland/binds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprland/binds.nix b/hyprland/binds.nix index 330a0c4..d12a957 100644 --- a/hyprland/binds.nix +++ b/hyprland/binds.nix @@ -11,7 +11,7 @@ let "$mod, code:1${toString i}, workspace, ${toString ws}" "$mod SHIFT, code:1${toString i}, movetoWorkspace, ${toString ws}" ] - ) 9 + ) 10 ); in { |
