full screen
asked 2014-09-03 11:05:07 +0000
Anonymous
Hi,
Is it possible to launch certain applications in full screen?
A bit more precisely: I use gitg to commit to git repos and the repeated steps I do are:
- type
gitg
in the root of the project I'm working on - push Windows-F to put it in full screen, because it starts in tiling mode
- i have to adjust the border between the staging area and the commit message, because it gets shrinked while it was in tiling mode
- do the commit and exit
I would love to just type gitg
and do the git commit, sparing the switchin to full screen and the border adjustment. All I need is to somehow tell i3 that gitg is an exception and it should be always launched in full screen mode.
Is this possible?
(Creating a key binding for gitg is not a solution here, because I have to launch it in the projects root directory. Once launching gitg and putting it to the scratchpad is also a nice thing, but not applicable here.)