feat: update gimprc to enable fullscreen mode
This commit is contained in:
parent
3d95834a80
commit
daaf330224
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# GIMP gimprc
|
# GIMP gimprc
|
||||||
#
|
#
|
||||||
# This is your personal gimprc file. Any variable defined in this file takes
|
# This is your personal gimprc file. Any variable defined in this file takes
|
||||||
# precedence over the value defined in the system-wide gimprc:
|
# precedence over the value defined in the system-wide gimprc:
|
||||||
# /app/etc/gimp/3.0/gimprc
|
# /app/etc/gimp/3.0/gimprc
|
||||||
|
|
@ -36,7 +36,8 @@
|
||||||
(padding-mode custom)
|
(padding-mode custom)
|
||||||
(padding-color
|
(padding-color
|
||||||
(color "HSV float" 12 "\363\24\54\77K\12\330\75i\23\365\75" 0))
|
(color "HSV float" 12 "\363\24\54\77K\12\330\75i\23\365\75" 0))
|
||||||
(padding-in-show-all no))
|
(padding-in-show-all no)
|
||||||
|
(fullscreen yes))
|
||||||
(default-fullscreen-view
|
(default-fullscreen-view
|
||||||
(show-menubar yes)
|
(show-menubar yes)
|
||||||
(show-statusbar yes)
|
(show-statusbar yes)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue