mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
rounded-corners: rebase
This commit is contained in:
parent
d975b6f755
commit
a9ae5f9660
@ -109,9 +109,9 @@ index b9e8867..4c0b3fa 100644
|
||||
/*
|
||||
This function simply moves the focused window to
|
||||
the desired desktop.
|
||||
@@ -533,6 +586,7 @@ void map_request(XEvent *e) {
|
||||
@@ -510,6 +510,7 @@ void map_request(XEvent *e) {
|
||||
EnterWindowMask|FocusChangeMask);
|
||||
win_center(w);
|
||||
win_center((Arg){.i = w});
|
||||
XMapWindow(d, w);
|
||||
+ win_round_corners(w, ROUND_CORNERS);
|
||||
FOC(w);
|
||||
|
Loading…
x
Reference in New Issue
Block a user