summaryrefslogtreecommitdiff
path: root/.urxvt/ext/fullscreen
blob: ebed22f24adb1616c194e1f43858b18724ebc8c6 (plain)
1
2
3
4
5
6
7
#!perl
sub on_user_command {
    my ($self, $cmd) = @_;
    if ($cmd eq "fullscreen:switch") {
        my $dummy = `wmctrl -r :ACTIVE: -b toggle,fullscreen` ;
    }
}