This commit is contained in:
Agnosto Dvonik 2023-07-21 18:54:48 -04:00
parent 2cdfb2f403
commit d18c80338e
3 changed files with 20 additions and 22 deletions

View File

@ -1,18 +1,18 @@
set font "GohuFont normal 9" set font "GohuFont normal 9"
set default-bg "#141414" set default-bg "#e8e8d4"
set default-fg "#e8e8d4" set default-fg "#141414"
set index-bg "#141414" set index-bg "#e8e8d4"
set index-fg "#e8e8d4" set index-fg "#141414"
set index-active-bg "#141414" set index-active-bg "#e8e8d4"
set index-active-fg "#e8e8d4" set index-active-fg "#141414"
set inputbar-bg "#141414" set inputbar-bg "#e8e8d4"
set inputbar-fg "#e8e8d4" set inputbar-fg "#141414"
set statusbar-bg "#141414" set statusbar-bg "#e8e8d4"
set statusbar-fg "#e8e8d4" set statusbar-fg "#141414"
set highlight-color "#141414" set highlight-color "#e8e8d4"
set highlight-active-color "#e8e8d4" set highlight-active-color "#141414"
set recolor-lightcolor "#141414" set recolor-lightcolor "#e8e8d4"
set recolor-darkcolor "#e8e8d4" set recolor-darkcolor "#141414"
set adjust-open "width" set adjust-open "width"
set pages-per-row 1 set pages-per-row 1

13
.cwmrc
View File

@ -6,13 +6,6 @@ sticky yes
borderwidth 4 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 selfont "#e8e8d4"
color font "#141414" color font "#141414"
color menubg "#e8e8d4" color menubg "#e8e8d4"
@ -20,13 +13,15 @@ color menufg "#141414"
color activeborder "#cf6a4c" color activeborder "#cf6a4c"
color inactiveborder "#3b3b3b" color inactiveborder "#3b3b3b"
unbind-key all
unbind-key M-h unbind-key M-h
unbind-key M-j unbind-key M-j
unbind-key M-k unbind-key M-k
unbind-key M-l unbind-key M-l
bind-key 4S-Return terminal 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-t tor-browser
bind-key 4S-Tab lock 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-3 window-movetogroup-3
bind-key SM-4 window-movetogroup-4 bind-key SM-4 window-movetogroup-4
unbind-mouse all
bind-mouse 4-1 window-move bind-mouse 4-1 window-move
bind-mouse 4-2 window-lower bind-mouse 4-2 window-lower
bind-mouse 4-3 window-resize bind-mouse 4-3 window-resize

1
fsroot/etc/sysctl.conf Normal file
View File

@ -0,0 +1 @@
kern.bufcachepercent=50