-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gtkrc-2.0
15 lines (13 loc) · 1.13 KB
/
.gtkrc-2.0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ================================================================================================================================
#
# GTKRC
#
# Update: 2023.01.15
#
# ================================================================================================================================
style "no-resize-handle" {
GtkWindow::resize-grip-height = 0
GtkWindow::resize-grip-width = 0
bg[NORMAL] = "#282C34"
}
class "GtkWidget" style "no-resize-handle"