mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
xfwm4: increase width of bottom edge
Increase the size of the bottom resize edge, and make the left-bottom and right-bottom corners larger, and "L"-shaped, for easier gripping. Rationale: Xfwm doesn't support magic window edges, so they need to be larger in order to be clickable. 2px is too narrow for this.
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_active_xpm[] = {
|
||||
"2 2 3 1",
|
||||
"16 8 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #484848",
|
||||
".+",
|
||||
"++"};
|
||||
" .+",
|
||||
" .+",
|
||||
" .+",
|
||||
" .+",
|
||||
"...............+",
|
||||
"...............+",
|
||||
"...............+",
|
||||
"++++++++++++++++"};
|
||||
|
||||
Reference in New Issue
Block a user