diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-01-20 16:14:08 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-01-20 16:14:08 +0100 |
commit | 4a30a002dab5f0b024b3713ecd10e53e0a0aa31f (patch) | |
tree | c983ae2139c6df73e76ea54b92b590956cb7c843 | |
parent | 95691fb34e683f19189208d7ee18f3722c49db6b (diff) | |
download | dotfiles-4a30a002dab5f0b024b3713ecd10e53e0a0aa31f.tar.gz dotfiles-4a30a002dab5f0b024b3713ecd10e53e0a0aa31f.tar.bz2 dotfiles-4a30a002dab5f0b024b3713ecd10e53e0a0aa31f.zip |
updates
-rw-r--r-- | bash_aliases | 2 | ||||
-rw-r--r-- | ratpoison/ratpoisonrc.conf | 1 | ||||
-rw-r--r-- | vimperatorrc | 1 | ||||
-rw-r--r-- | zshrc | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/bash_aliases b/bash_aliases index 6fff0e4..b217b8f 100644 --- a/bash_aliases +++ b/bash_aliases @@ -1,5 +1,5 @@ #lsblk to list all partitions -# to get bumblebee working ' MODULES="i915 bbswitch" ' in mkinitcpio.conf and rcutree.rcu_idle_gp_delay=1 in grub.conf +#module for mouse is bcm5974 # pacat /dev/urandom > padsp # to enable disable services sudo update-rc.d apache2 disable # for volume over 150: pactl set-sink-volume 0 150% (or volume 150%) diff --git a/ratpoison/ratpoisonrc.conf b/ratpoison/ratpoisonrc.conf index edd0f5a..0f8fdf6 100644 --- a/ratpoison/ratpoisonrc.conf +++ b/ratpoison/ratpoisonrc.conf @@ -188,6 +188,7 @@ bind u undo bind x delete bind X kill bind Escape abort +bind m exec xfce4-popup-applicationsmenu #Paste goodness bind g exec ~/bin/imgur diff --git a/vimperatorrc b/vimperatorrc index 5d93fc0..2a18f4e 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -54,3 +54,4 @@ set gui=nonavigation source! /home/vasko/.vimperatorrc.local " vim: set ft=vimperator: +set defsearch=startpage @@ -32,4 +32,5 @@ PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" +#fortune -s | cowsay -f $(ls /usr/share/cows/ | shuf -n1) archey3 |