From 18f4fb32222b31a39099cbe58b457518ce52b3e5 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 3 Sep 2015 21:57:02 +0200 Subject: various fixes --- Window_Manager/ratpoison/exec_to_workspace | 1 + Window_Manager/ratpoison/firesend | 2 +- Window_Manager/ratpoison/ratpoisonrc.conf | 3 +++ Window_Manager/ratpoison/spotlight | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Window_Manager') 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" -- cgit v1.2.3-54-g00ecf