A minimalistic rfkill gtk gui for toggling your bluetooth and wireless

  • January 7, 2012
Table of Contents

I just wrote a little rfkill frontend with gtk+. If you use an acer laptop you should load acer-wmi, make sure you have acpi_osi=Linux in your kernel boot.

The following will bind the rfkill key to XF86WLAN

setkeycodes e013 246

Here’s the obligatory screenshot:

If you don’t have an acer device you should launch the app as:

grfkill -w wlandevice -b bluetoothdevice

Use rfkill list to find out the right names.

The source is available github It’s based on Gary’s gtk experiments(the author of urfkilld)

Arch users can use the following:

sudo packer -S grfkill
comments powered by Disqus

Related Posts

Collab.net Subversion 1.5 OSX Problems

So I started using Versions a while ago… When I saw there’s people having problems with the 1.5 cli tools from Collab.net I was sceptical. But being unable to keep myself from upgrading I tried it anyway.

Read More

gentoo osx

Update: I also forgot to run the emerge -u world after the bootstrap. So you might want to do that yourself.

Read More

Vim & Rails

I did a little write up on my general vim workflow and presented it at the hamburg rails user group meeting . I didn’t quite manage to get it as smooth as I originally planned, but anyway you can find the slides here

Read More