summarylogtreecommitdiffstats
path: root/fullscreen
blob: 8e492280865f0a083c9e9876a614bf4f8b67d15d (plain)
1
2
3
4
5
6
7
8
#! perl

sub on_user_command {
	my ($self, $cmd) = @_;
	if ($cmd eq "fullscreen:switch") {
		my $dummy = `wmctrl -r :ACTIVE: -b toggle,fullscreen,above` ;
	}
}