diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 656fa68..8b180b8 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,18 +1,18 @@ set font "GohuFont normal 9" -set default-bg "#141414" -set default-fg "#e8e8d4" -set index-bg "#141414" -set index-fg "#e8e8d4" -set index-active-bg "#141414" -set index-active-fg "#e8e8d4" -set inputbar-bg "#141414" -set inputbar-fg "#e8e8d4" -set statusbar-bg "#141414" -set statusbar-fg "#e8e8d4" -set highlight-color "#141414" -set highlight-active-color "#e8e8d4" -set recolor-lightcolor "#141414" -set recolor-darkcolor "#e8e8d4" +set default-bg "#e8e8d4" +set default-fg "#141414" +set index-bg "#e8e8d4" +set index-fg "#141414" +set index-active-bg "#e8e8d4" +set index-active-fg "#141414" +set inputbar-bg "#e8e8d4" +set inputbar-fg "#141414" +set statusbar-bg "#e8e8d4" +set statusbar-fg "#141414" +set highlight-color "#e8e8d4" +set highlight-active-color "#141414" +set recolor-lightcolor "#e8e8d4" +set recolor-darkcolor "#141414" set adjust-open "width" set pages-per-row 1 diff --git a/.cwmrc b/.cwmrc index 382b1e1..c11271b 100644 --- a/.cwmrc +++ b/.cwmrc @@ -6,13 +6,6 @@ sticky yes borderwidth 4 -command firefox firefox -command tor tor-browser -command zathura zathura -command logout "pkill cwm" -command lockout slock -command suspend zzz - color selfont "#e8e8d4" color font "#141414" color menubg "#e8e8d4" @@ -20,13 +13,15 @@ color menufg "#141414" color activeborder "#cf6a4c" color inactiveborder "#3b3b3b" +unbind-key all + unbind-key M-h unbind-key M-j unbind-key M-k unbind-key M-l bind-key 4S-Return terminal -bind-key 4S-b firefox +bind-key 4S-b ".local/bin/chrome" bind-key 4S-t tor-browser bind-key 4S-Tab lock @@ -51,6 +46,8 @@ bind-key SM-2 window-movetogroup-2 bind-key SM-3 window-movetogroup-3 bind-key SM-4 window-movetogroup-4 +unbind-mouse all + bind-mouse 4-1 window-move bind-mouse 4-2 window-lower bind-mouse 4-3 window-resize diff --git a/fsroot/etc/sysctl.conf b/fsroot/etc/sysctl.conf new file mode 100644 index 0000000..94b5d28 --- /dev/null +++ b/fsroot/etc/sysctl.conf @@ -0,0 +1 @@ +kern.bufcachepercent=50