Greetings;
I want to create a simple script that can accessed via a keyboard shortcut, to open a terminal window FULL SCREEN, then run a simple command to run a screen saver program that runs in the terminal window.
I tried this command to full screen the terminal,
Code:
gnome-terminal --command="wmctrl -r ':ACTIVE:' -b toggle,fullscreen"
and it works, but the next command which is the one that would open the screen saver program opens in a new shell. Any attempt to have it open in the current shell fails.
Should be a simple two line script.
Bookmarks