I'll take a look. Thanks.
Nick
On Mon, Nov 23, 2009 at 18:27, Thomas Dahms wrote:
>> I was hoping to bind a shortcut of MOD-mousescrolldown to flip to the
>> next window, ala Mod-J, and Mod-mousescrollup to flip to the previous
>> window in the stack, ala Mod-K. But I can't figure out how to d
Cheers all. I will have a play. Anyone know if there's a way to
"export" the settings that gnome-settings-daemon applies to a
.gtkrc-2.0 file? I'm gonna have a brief foray into the GSD and see if
I can suss out what it does.
Nick
On Mon, Nov 23, 2009 at 06:36, Kris Maglione wrote:
> On Sun, Nov 22, 2009 at 07:17:36PM +1000, Nick Irvine wrote:
>>
>> I was hoping to bind a shortcut of MOD-mousescrolldown to flip to the
>> next window, ala Mod-J, and Mod-mousescrollup to flip to the previous
>> win
Hi all,
I've got a script that changes CapsLock to Mod3, then in wmiirc, I set
my Mod key to be Mod3:
#capsmod3
xmodmap -e 'remove lock = Caps_Lock'
xmodmap -e 'add Mod3 = Caps_Lock'
#wmiirc
MODKEY=Mod3
...
gnome-settings-daemon &
capsmod3
The problem is, gnome-settings-daemon seems to set xmod
Hi all,
I was hoping to bind a shortcut of MOD-mousescrolldown to flip to the
next window, ala Mod-J, and Mod-mousescrollup to flip to the previous
window in the stack, ala Mod-K. But I can't figure out how to do it.
The ClientMouseDown event seems to only tell us which button is
pressed.
Got an