mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-07-26 09:41:59 -07:00
patches: rebase
This commit is contained in:
@@ -109,8 +109,8 @@ index b9e8867..4c0b3fa 100644
|
|||||||
/*
|
/*
|
||||||
This function simply moves the focused window to
|
This function simply moves the focused window to
|
||||||
the desired desktop.
|
the desired desktop.
|
||||||
@@ -510,6 +510,7 @@ void map_request(XEvent *e) {
|
@@ -511,6 +511,7 @@ void map_request(XEvent *e) {
|
||||||
EnterWindowMask|FocusChangeMask);
|
|
||||||
win_center((Arg){.i = w});
|
win_center((Arg){.i = w});
|
||||||
XMapWindow(d, w);
|
XMapWindow(d, w);
|
||||||
+ win_round_corners(w, ROUND_CORNERS);
|
+ win_round_corners(w, ROUND_CORNERS);
|
||||||
|
Reference in New Issue
Block a user