Rxvt or URxvt full screen terminal

Moderator: Forum moderators

Post Reply
Zuzia
Posts: 108
Joined: Wed Oct 21, 2020 2:32 pm
Has thanked: 13 times
Been thanked: 6 times

Rxvt or URxvt full screen terminal

Post by Zuzia »

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

urxvtcontrol.jpg
urxvtcontrol.jpg (56.62 KiB) Viewed 666 times
urxvtcontrol.plugins.enable.png
urxvtcontrol.plugins.enable.png (6.8 KiB) Viewed 666 times

Tested :)

FSURxvt-Zuzia.png
FSURxvt-Zuzia.png (65.08 KiB) Viewed 664 times

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!

Post Reply

Return to “Tips & Tweaks”