blob: 46deec79c2cfdd829428cc1f8f80128b8cb3e0c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install ()
{
echo "Add \"fullscreen\" to the \"urxvt*perl-ext-common\" field in ~/.Xdefaults and"
echo "a keysym to the function \"switch\", like: urxvt*keysym.F11: perl:fullscreen:switch"
}
post_remove ()
{
echo "Don't forget to remove \"fullscreen\" from the \"urxvt*perl-ext-common\" field"
echo "and the keysym assigned to the fullscreen switch function in ~/.Xdefaults."
}
|