Adding fullscreen patch ref. #88
This commit is contained in:
parent
4dfb6683cd
commit
d8529b66a4
9 changed files with 48 additions and 0 deletions
|
|
@ -180,6 +180,13 @@
|
|||
*/
|
||||
#define FONT2_PATCH 0
|
||||
|
||||
/* This patch adds the ability to toggle st into fullscreen mode.
|
||||
* Two key bindings are defined: F11 which is typical with other applications and Alt+Enter
|
||||
* which matches the default xterm behavior.
|
||||
* https://st.suckless.org/patches/fullscreen/
|
||||
*/
|
||||
#define FULLSCREEN_PATCH 0
|
||||
|
||||
/* Hide the X cursor whenever a key is pressed and show it back when the mouse is moved in
|
||||
* the terminal window.
|
||||
* https://st.suckless.org/patches/hidecursor/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue