dotfiles

Config files from my daily system
Index Commits Files Refs README
commit 2b769058529db8db6ac375e4f09335c40355e674
parent 9ac8d48e1437d5173ea5b4076848d9f89ed007b3
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Sun,  7 Mar 2021 03:10:02 -0300

Update: Added zathura config file.

Diffstat:
M.config/i3/config | 4++--
A.config/zathura/zathurarc | 21+++++++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/.config/i3/config b/.config/i3/config
@@ -57,7 +57,7 @@ bindsym $mod+Shift+h split h
 bindsym $mod+Shift+v split v
 
 # enter fullscreen mode for the focused container
-bindsym $mod+Shift+f fullscreen toggle
+bindsym $mod+f fullscreen toggle
 
 # change container layout (stacked, tabbed, toggle split)
 #bindsym $mod+Shift+t layout stacking
@@ -176,7 +176,7 @@ bar {
 default_border pixel 0
 
 # hide the tittle bar;
-for_window [class="^.*"] border pixel 0
+for_window [class="^.*"] border pixel 1
 new_window 1pixel
 
 # gaps width in <px>;
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
@@ -0,0 +1,21 @@
+map I recolor
+map [fullscreen] I recolor
+
+map f toggle_fullscreen
+map [fullscreen] f toggle_fullscreen
+
+map , scroll half-up
+map [fullscreen] , scroll half-up
+
+map . scroll half-down
+map [fullscreen] . scroll half-down
+
+map > navigate next
+map [fullscreen] > navigate next
+
+map < navigate previous
+map [fullscreen] < navigate previous
+
+map <C-p> print
+
+set default-bg "#333333"