aboutsummaryrefslogtreecommitdiff
path: root/Window_Manager
diff options
context:
space:
mode:
Diffstat (limited to 'Window_Manager')
-rwxr-xr-xWindow_Manager/ratpoison/exec_to_workspace1
-rwxr-xr-xWindow_Manager/ratpoison/firesend2
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf3
-rwxr-xr-xWindow_Manager/ratpoison/spotlight2
4 files changed, 6 insertions, 2 deletions
diff --git a/Window_Manager/ratpoison/exec_to_workspace b/Window_Manager/ratpoison/exec_to_workspace
index c7968f2..2101c25 100755
--- a/Window_Manager/ratpoison/exec_to_workspace
+++ b/Window_Manager/ratpoison/exec_to_workspace
@@ -11,3 +11,4 @@ cmd="$@"
rpws $wg
eval $cmd &
ratpoison -c 'barsend'
+echo "D$wg" > /tmp/panel-fifo
diff --git a/Window_Manager/ratpoison/firesend b/Window_Manager/ratpoison/firesend
index b1e2d37..7ab8529 100755
--- a/Window_Manager/ratpoison/firesend
+++ b/Window_Manager/ratpoison/firesend
@@ -1,2 +1,2 @@
#!/bin/bash
-$HOME/.config/ratpoison/exec_to_workspace II vimb $@ > /dev/null 2>&1
+$HOME/.config/ratpoison/exec_to_workspace 2 vimb $@ > /dev/null 2>&1
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf
index a56bcb8..bc0a7c0 100644
--- a/Window_Manager/ratpoison/ratpoisonrc.conf
+++ b/Window_Manager/ratpoison/ratpoisonrc.conf
@@ -271,6 +271,9 @@ alias brightdown exec xbacklight -dec 2
definekey top XF86MonBrightnessUp brightup
definekey top XF86MonBrightnessDown brightdown
+definekey top s-Home brightup
+definekey top s-End brightdown
+
#-------------------------------------------------------------
# Cmus (Music) Control
#-------------------------------------------------------------
diff --git a/Window_Manager/ratpoison/spotlight b/Window_Manager/ratpoison/spotlight
index a60a201..6abf67b 100755
--- a/Window_Manager/ratpoison/spotlight
+++ b/Window_Manager/ratpoison/spotlight
@@ -1,4 +1,4 @@
#!/bin/sh
-source ~/.colors
+. ~/.colors
bullet=`locate ~/ | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3`
urxvt -e rifle -p0 "$bullet"