Add bash configuration files

This commit is contained in:
xavier
2013-04-24 16:58:31 +02:00
parent 1849cd96a2
commit 9fad99b12f
30 changed files with 570 additions and 0 deletions

11
libs/urxvt.bash Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
function urxvt_set_font
{
printf '\33]50;%s\007' "xft:$1"
}
function urxvt_set_title
{
# set window title
printf '\33]2;%s\007' "$1"
}