commit c64b0732e012a829df6744b9ac191aa632eb3592
parent d0b4c828c3150a834dbdfb018a93dcd8de6220f0
Author: AndrewLockVI <andrew@laack.co>
Date: Mon, 17 Feb 2025 14:50:51 -0600
Updated keymappings for qute to fit with changes to dwm
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml
@@ -19,10 +19,10 @@ settings:
<Ctrl+w>: fake-key <ctrl-backspace>
normal:
;f: hint all tab
- <Ctrl+Left>: tab-prev
- <Ctrl+Right>: tab-next
+ <Ctrl+Down>: tab-next
<Ctrl+Shift+Tab>: null
<Ctrl+Tab>: null
+ <Ctrl+Up>: tab-prev
<Ctrl+s>0: tab-focus 0
<Ctrl+w>: null
<Left>: back
diff --git a/zathura/zathurarc b/zathura/zathurarc
@@ -1 +1,4 @@
set selection-clipboard clipboard
+set statusbar-v-padding 0
+set statusbar-h-padding 0
+set page-padding 1