diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-09-03 21:57:02 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-09-03 21:57:02 +0200 |
commit | 18f4fb32222b31a39099cbe58b457518ce52b3e5 (patch) | |
tree | e9fa6f4bd1407913ea350fcd3638e4650d39c92f /Window_Manager/ratpoison | |
parent | 0af633c88a0a0d1df3ca5a0d70f64a6106fb5e9e (diff) | |
download | dotfiles-18f4fb32222b31a39099cbe58b457518ce52b3e5.tar.gz dotfiles-18f4fb32222b31a39099cbe58b457518ce52b3e5.tar.bz2 dotfiles-18f4fb32222b31a39099cbe58b457518ce52b3e5.zip |
various fixes
Diffstat (limited to 'Window_Manager/ratpoison')
-rwxr-xr-x | Window_Manager/ratpoison/exec_to_workspace | 1 | ||||
-rwxr-xr-x | Window_Manager/ratpoison/firesend | 2 | ||||
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 3 | ||||
-rwxr-xr-x | Window_Manager/ratpoison/spotlight | 2 |
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" |