Skip to main content

Thread: Show/Hide Flags.. Possible?


hey curious, after running guake while , realizing actual terminal program not par.. compiled urxvt , started use that. bound hot key im missing guake's show/hide functionality. there way integrate show/hide key binding? like.. "if program bound key open, close instead."

i found this:

code:
#!/bin/bash  wid=$(xdotool search --name urxvtq) if [ -z "$wid" ];   /path/to/urxvtc -name urxvtq -geometry 80x28   wid=$(xdotool search --name urxvtq)   xdotool windowfocus $wid   xdotool key control_l+l else   if [ -z "$(xdotool search --onlyvisible --name urxvtq 2>/dev/null)" ];     xdotool windowmap $wid     xdotool windowfocus $wid   else     xdotool windowunmap $wid   fi fi
code:
#!/bin/sh urxvtc "$@" if [ $? -eq 2 ];    urxvtd -q -o -f    urxvtc "$@"

fihow go using urxvt? know?


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Show/Hide Flags.. Possible?


Ubuntu

Comments

Popular posts from this blog

DHT11 Time out error using v0.4.1library

Sketch upload fails with Java error (___REMOVE___/bin/avrdude)!

Arduino Uno + KTY81/210 temperature sensor