diff options
-rw-r--r-- | Browser/vimb/config | 16 | ||||
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/Browser/vimb/config b/Browser/vimb/config index 7cfd594..9bf49ba 100644 --- a/Browser/vimb/config +++ b/Browser/vimb/config @@ -28,11 +28,11 @@ nmap ) <C-N> nmap S :set scripts=false<CR> r :shellcmd mpv --no-terminal "%s"<CR> :set scripts=true<CR> -set status-color-bg=#0D0F20 -set status-color-fg=#D10F2F -set status-ssl-color-bg=#0D0F20 -set status-ssl-color-fg=#D10F2F -set completion-bg-active=#0D0F20 -set completion-bg-normal=#0D0F20 -set completion-fg-active=#A02896 -set completion-fg-normal=#D10F2F +set status-color-bg=#0d0a20 +set status-color-fg=#c84490 +set status-ssl-color-bg=#0d0a20 +set status-ssl-color-fg=#c84490 +set completion-bg-active=#0d0a20 +set completion-bg-normal=#0d0a20 +set completion-fg-active=#853fa0 +set completion-fg-normal=#c84490 diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index e35aceb..e47c056 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -190,8 +190,8 @@ bind o only bind semicolon colon bind e exec bind u undo -bind x exec ratpoison -c delete && ratpoison -c barsend -bind X exec ratpoison -c kill && ratpioson -c barsend +bind x delete +bind X kill bind Escape abort bind m exec xfce4-popup-applicationsmenu bind W exec sudo connman_dmenu |