Install wmctrl i use puppy bionic and perl + wmctrl installed then check Yours. Write in terminal wmctrl
if not install it.
ppm wmctrl
Create the extension directory
Code: Select all
mkdir -p ~/.urxvt/ext/
Create a plugin for urxvt i use nano coz i like you can vim or other editor.
Code: Select all
nano ~/.urxvt/ext/fullscreen
#!perl
sub on_user_command {
my ($self, $cmd) = @_;
if ($cmd eq "fullscreen:switch") {
my $dummy = `wmctrl -r :ACTIVE: -b toggle,fullscreen` ;
}
}
Enable the plugin
$ nano ~/.Xdefaults open this file and paste that line to end documnt i use F9 to fullscreen You can change this to other but jwm not use F9 in puppy bionic then i not change defoult config If you use rxvt will work as well... I test that 2 but probably other terminal work normal just add terminal name to .Xdefoults
Code: Select all
!Fullscreen switch
urxvt.perl-ext-common: fullscreen
urxvt.keysym.F9: perl:fullscreen:switch
rxvt.perl-ext-common: fullscreen
rxvt.keysym.F9: perl:fullscreen:switch
Restart X and JWM Open terminal press F9 and be happy like me At last i not need more then urxvt without gaps and on fullscreen
Now, you can toggle fullscreen with the F9 key. Or change to other key if not like.
IMPORTANT!
urxvt perl plugins must be ON
write in terminal
urxvtcontrol and check if enabled
Tested
If you like SAKURA terminal You not need that script defoult sakura fullscreen is on F11 Key. Or can be changed. (Look sakura config file).
Cheers from Poland.
I HOPE SO THIS FUTURE WILL BE ADDED AS DEFOULT TO PUPPY UPDATE. ONLY 2 LITTLE CHANGES AND SO USEFULL FULLSCREEN TERMINAL!