diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 12:59:52 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 12:59:52 +0400 |
commit | 2b1b8816229c428827e25c484225c9d2d1d0b791 (patch) | |
tree | ea5a3c29a6d2e6afe153176c10b0f85d3fc9b697 | |
parent | 9f2de37ee870fbf277287df52a4d91bbd697a7f7 (diff) |
fix(zathura): use `t` for toggling status bar instead of `n`
-rwxr-xr-x | config/zathura/zathurarc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zathura/zathurarc b/config/zathura/zathurarc index ea95f22..2598c2f 100755 --- a/config/zathura/zathurarc +++ b/config/zathura/zathurarc @@ -112,7 +112,7 @@ set default-bg "#282c34" set recolor-keephue set font "Liberation Mono 9" -map n toggle_statusbar +map t toggle_statusbar map i recolor map J zoom in map K zoom out |