Merge pull request #53 from Defman21/master
Add border icons to enable window resizing (xfwm4)
This commit is contained in:
commit
0324cf9f54
7
Paper/xfwm4/bottom-active.xpm
Normal file
7
Paper/xfwm4/bottom-active.xpm
Normal file
@ -0,0 +1,7 @@
|
||||
/* XPM */
|
||||
static char * bottom_active_xpm[] = {
|
||||
"1 2 2 1",
|
||||
" c None",
|
||||
". c #636E73",
|
||||
".",
|
||||
"."};
|
7
Paper/xfwm4/bottom-inactive.xpm
Normal file
7
Paper/xfwm4/bottom-inactive.xpm
Normal file
@ -0,0 +1,7 @@
|
||||
/* XPM */
|
||||
static char * bottom_inactive_xpm[] = {
|
||||
"1 2 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
".",
|
||||
"."};
|
7
Paper/xfwm4/bottom-left-active.xpm
Normal file
7
Paper/xfwm4/bottom-left-active.xpm
Normal file
@ -0,0 +1,7 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_active_xpm[] = {
|
||||
"2 2 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
"..",
|
||||
".."};
|
7
Paper/xfwm4/bottom-left-inactive.xpm
Normal file
7
Paper/xfwm4/bottom-left-inactive.xpm
Normal file
@ -0,0 +1,7 @@
|
||||
/* XPM */
|
||||
static char * bottom_left_inactive_xpm[] = {
|
||||
"2 2 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
"..",
|
||||
".."};
|
7
Paper/xfwm4/bottom-right-active.xpm
Normal file
7
Paper/xfwm4/bottom-right-active.xpm
Normal file
@ -0,0 +1,7 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_active_xpm[] = {
|
||||
"2 2 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
"..",
|
||||
".."};
|
7
Paper/xfwm4/bottom-right-inactive.xpm
Normal file
7
Paper/xfwm4/bottom-right-inactive.xpm
Normal file
@ -0,0 +1,7 @@
|
||||
/* XPM */
|
||||
static char * bottom_right_inactive_xpm[] = {
|
||||
"2 2 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
"..",
|
||||
".."};
|
6
Paper/xfwm4/left-active.xpm
Normal file
6
Paper/xfwm4/left-active.xpm
Normal file
@ -0,0 +1,6 @@
|
||||
/* XPM */
|
||||
static char * left_active_xpm[] = {
|
||||
"2 1 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
".."};
|
6
Paper/xfwm4/left-inactive.xpm
Normal file
6
Paper/xfwm4/left-inactive.xpm
Normal file
@ -0,0 +1,6 @@
|
||||
/* XPM */
|
||||
static char * left_inactive_xpm[] = {
|
||||
"2 1 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
".."};
|
6
Paper/xfwm4/right-active.xpm
Normal file
6
Paper/xfwm4/right-active.xpm
Normal file
@ -0,0 +1,6 @@
|
||||
/* XPM */
|
||||
static char * right_active_xpm[] = {
|
||||
"2 1 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
".."};
|
6
Paper/xfwm4/right-inactive.xpm
Normal file
6
Paper/xfwm4/right-inactive.xpm
Normal file
@ -0,0 +1,6 @@
|
||||
/* XPM */
|
||||
static char * right_inactive_xpm[] = {
|
||||
"2 1 2 1",
|
||||
" c None",
|
||||
". c #616C71",
|
||||
".."};
|
Loading…
x
Reference in New Issue
Block a user