diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-22 01:46:14 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-22 01:46:14 +0200 |
commit | 0af633c88a0a0d1df3ca5a0d70f64a6106fb5e9e (patch) | |
tree | 2d0e7345845c706ca808868f7d17986e5bf0d992 | |
parent | 88af7a80cb377a7701713ce5e35b03bd5dce9fe4 (diff) | |
download | dotfiles-0af633c88a0a0d1df3ca5a0d70f64a6106fb5e9e.tar.gz dotfiles-0af633c88a0a0d1df3ca5a0d70f64a6106fb5e9e.tar.bz2 dotfiles-0af633c88a0a0d1df3ca5a0d70f64a6106fb5e9e.zip |
ammend readme
-rw-r--r-- | Browser/vimb/config | 16 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | Shell/bash_aliases | 2 | ||||
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 10 | ||||
-rwxr-xr-x | Xinit/xinitrc | 4 |
5 files changed, 19 insertions, 14 deletions
diff --git a/Browser/vimb/config b/Browser/vimb/config index d2a17d6..c8eee75 100644 --- a/Browser/vimb/config +++ b/Browser/vimb/config @@ -27,11 +27,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=#201020 -set status-color-fg=#c8af9d -set status-ssl-color-bg=#201020 -set status-ssl-color-fg=#c8af9d -set completion-bg-active=#201020 -set completion-bg-normal=#201020 -set completion-fg-active=#6071a0 -set completion-fg-normal=#c8af9d +set status-color-bg=#200208 +set status-color-fg=#e08e79 +set status-ssl-color-bg=#200208 +set status-ssl-color-fg=#e08e79 +set completion-bg-active=#200208 +set completion-bg-normal=#200208 +set completion-fg-active=#e05841 +set completion-fg-normal=#e08e79 @@ -2,6 +2,7 @@ Vaskozl's keyboard-only dotfiles ======== ``` System: archlinux +Window_Manager: ratpoison Browser: vimb Editor: vim Mail: mutt & mbsync diff --git a/Shell/bash_aliases b/Shell/bash_aliases index 2c25e60..3908bb2 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -55,7 +55,7 @@ alias x='tar -xvzf' alias a='tar -cvzf' alias i='yaourt -S' alias p='sudo pacman -Rs' -alias clean='sudo pacma -Rsn $(pacman -Qdtq)' +alias clean='sudo pacman -Rsn $(pacman -Qdtq)' alias t='optirun' alias ts='optirun -b none nvidia-settings -c :8' alias tc='lsof -n /dev/nvidia0' diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index 4eed442..a56bcb8 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -4,6 +4,8 @@ escape grave definekey top s-grave meta definekey top Arabic_dammatan meta +set quiet 1 + #find files script bind f exec ~/.config/ratpoison/spotlight @@ -75,8 +77,8 @@ unmanage ratbar.pl # Switcher window -alias workspace_menu exec .config/ratpoison/workspace_menu -bind W workspace_menu +#alias workspace_menu exec .config/ratpoison/workspace_menu +#bind W workspace_menu #Get F-keys to switch windows now in /usr/bin/rpws @@ -172,7 +174,7 @@ bind w window_menu bind a exec ratpoison -i -c 'title' && ratpoison -c 'barsend' bind t exec ~/bin/passenter bind T exec ~/bin/passmake -definekey top s-l exec i3lock -n -i ~/.wallpaper.png +definekey top s-l exec ~/.config/ratpoison/lock definekey top s-s exec ~/bin/sus definekey top s-L redisplay bind C exec ~/.config/ratpoison/wp change @@ -190,6 +192,7 @@ bind x delete bind X kill bind Escape abort bind m exec xfce4-popup-applicationsmenu +bind W exec sudo connman_dmenu #Paste goodness bind g exec ~/bin/safeimg @@ -229,6 +232,7 @@ bind i insert_X_selection definekey top s-f exec firefox definekey top s-u exec uzbl-browser definekey top s-v exec vimb +definekey top s-h exec ~/.config/vimb/history-search definekey top s-g exec gvim #definekey top s-l exec libreoffice diff --git a/Xinit/xinitrc b/Xinit/xinitrc index 18b7844..16cc56a 100755 --- a/Xinit/xinitrc +++ b/Xinit/xinitrc @@ -186,14 +186,14 @@ fi # window 1: irc if [ $run_everything = true -o $run_workspace = 2 ]; then $workspace 10 - $xtoolwait $term $screen_run irssi + $xtoolwait $term vps # $xtoolwait $term irssi fi # workspace 11 : wifi workspace # window 1: wicd if [ $run_everything = true -o $run_workspace = 2 ]; then - $workspace ^10 + $workspace 11 $xtoolwait $term sudo /usr/bin/safeconnect fi |