diff options
| author | ryukamish <[email protected]> | 2026-07-20 08:09:06 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-20 08:09:06 +0530 |
| commit | 5ac1cfe4e0c7e3d050d70894386b1f46f87e8506 (patch) | |
| tree | 50028bea2c2c77de1609466933a2dd913cfb14fc | |
| parent | 6b50cd0f1aed0d48ea4f57b4a11beb1249c5a282 (diff) | |
typo fix
| -rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index ee0f565..6c58b1f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -291,7 +291,7 @@ bindsym $mod+Print exec --no-startup-id slurp \ # wlsunset toggle bindsym $mod+n exec pgrep wlsunset \ && pkill wlsunset \ - || wlsunet -T 4500 + || wlsunset -T 4500 # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ # ┃ Window Rules ┃ |
