From cbe06afb8971662f84d4d79216c5871fb5cb4d96 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Wed, 18 Feb 2015 16:55:26 +0100 Subject: small changes --- config/bspwm/bspwmrc | 4 ---- config/sxhkd/sxhkdrc | 9 +++++++++ config/uzbl/config | 4 ++-- ratpoison/panel/panel | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index bbe41f5..a4f5239 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -16,9 +16,5 @@ bspc config apply_floating_atom true bspc config history_aware_focus true bspc config ignore_ewmh_focus true -bspc rule -a Gimp desktop=^8 floating=on follow=on -bspc rule -a Inkscape desktop=^7 floating=on - - bspc monitor -d I II III IV V VI VII VIII IX X XI XII XIII diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index b287c79..c4e8c44 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -158,7 +158,16 @@ grave ; y ; y grave ; shift + p xclip -o | curl -F 'sprunge=<-' http://sprunge.us | xclip +# +# Sprunge and Imgur hotkeys +# + +grave ; P + xclip -o | curl -F 'sprunge=<-' http://sprunge.us | xclip + +grave; g + exec ~/bin/imgur # # music control # diff --git a/config/uzbl/config b/config/uzbl/config index 0cc3083..b2a1747 100644 --- a/config/uzbl/config +++ b/config/uzbl/config @@ -156,8 +156,8 @@ set progress.pending = # === Useragent setup ======================================================== -#set useragent = Uzbl (Webkit @{WEBKIT_MAJOR}.@{WEBKIT_MINOR}) (@(+uname -sm)@ [@ARCH_UZBL]) -set useragent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 +set useragent = Uzbl (Webkit @{WEBKIT_MAJOR}.@{WEBKIT_MINOR}) (@(+uname -sm)@ [@ARCH_UZBL]) +#set useragent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 #set useragent = Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0 # === Configure cookie blacklist ======================================================== diff --git a/ratpoison/panel/panel b/ratpoison/panel/panel index a243011..08c7df4 100755 --- a/ratpoison/panel/panel +++ b/ratpoison/panel/panel @@ -12,7 +12,7 @@ xtitle -sf 'T%s' > "$PANEL_FIFO" & essid -sf 'E%s' -i 3 -w wlp2s0 > "$PANEL_FIFO" & volume -i 10 -sf 'V%i' > "$PANEL_FIFO" & battery -i 5 -sf 'B%i' > "$PANEL_FIFO" & -clock -sf 'S%a %H:%M' > "$PANEL_FIFO" & +clock -sf 'S%d %a %H:%M' > "$PANEL_FIFO" & ./music > "$PANEL_FIFO" & ./cpu > "$PANEL_FIFO" & -- cgit v1.2.3-54-g00ecf