aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash_aliases2
-rw-r--r--ratpoison/ratpoisonrc.conf1
-rw-r--r--vimperatorrc1
-rw-r--r--zshrc1
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
diff --git a/zshrc b/zshrc
index 0e3ed48..1250b99 100644
--- a/zshrc
+++ b/zshrc
@@ -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