about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-07 16:35:09 +0100
committersternenseemann <sternenseemann@systemli.org>2021-02-07 17:04:41 +0100
commit854d84707d220ecb4f841ff61628cc1aa464d885 (patch)
tree83d7cf56a1f3cd90fef0f238264673519b8c7b81
parent798ab98dd183cf8e6b4590db9fb59d6bc3df63df (diff)
machines/sternenseemann/wolfgang: fix foot font size keybindings
-rw-r--r--machines/sternenseemann/desktop-sway.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/sternenseemann/desktop-sway.nix b/machines/sternenseemann/desktop-sway.nix
index 835e6333..57040cec 100644
--- a/machines/sternenseemann/desktop-sway.nix
+++ b/machines/sternenseemann/desktop-sway.nix
@@ -258,8 +258,8 @@ in
           scrollback-up-page = "Control+Shift+Page_Up";
           scrollback-down-page = "Control+Shift+Page_Down";
           search-start = "Control+Shift+F";
-          font-increase = "Control+Shift+plus";
-          font-decrease = "Control+Shift+minus";
+          font-increase = "Control+Shift+b";
+          font-decrease = "Control+Shift+t";
           font-reset = "Control+Shift+0";
           pipe-visible = {
             bind = "Control+Shift+e";