make eww appear over fullscreen
This commit is contained in:
parent
7831b80bb0
commit
8e6169211e
1 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
(defwindow fetch
|
(defwindow fetch
|
||||||
:wm-ignore: true
|
:wm-ignore: true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:windowtype "dock"
|
:stacking "overlay"
|
||||||
:geometry (geometry :x "10px"
|
:geometry (geometry :x "10px"
|
||||||
:y "70px"
|
:y "70px"
|
||||||
:width "170px"
|
:width "170px"
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
:class "cpu-win"
|
:class "cpu-win"
|
||||||
:wm-ignore true
|
:wm-ignore true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:windowtype "dock"
|
:stacking "overlay"
|
||||||
:geometry (geometry :x "190px"
|
:geometry (geometry :x "190px"
|
||||||
:y "280px"
|
:y "280px"
|
||||||
:width "170px"
|
:width "170px"
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
(defwindow quote
|
(defwindow quote
|
||||||
:wm-ignore true
|
:wm-ignore true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:windowtype "dock"
|
:stacking "overlay"
|
||||||
:geometry (geometry :x "190px"
|
:geometry (geometry :x "190px"
|
||||||
:y "70px"
|
:y "70px"
|
||||||
:width "170px"
|
:width "170px"
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
(defwindow quicksettings
|
(defwindow quicksettings
|
||||||
:wm-ignore true
|
:wm-ignore true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:windowtype "dock"
|
:stacking "overlay"
|
||||||
:geometry (geometry :x "10px"
|
:geometry (geometry :x "10px"
|
||||||
:y "280px"
|
:y "280px"
|
||||||
:width "170px"
|
:width "170px"
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
(defwindow appbar
|
(defwindow appbar
|
||||||
:wm-ignore true
|
:wm-ignore true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:windowtype "dock"
|
:stacking "overlay"
|
||||||
:geometry (geometry :x "10px"
|
:geometry (geometry :x "10px"
|
||||||
:y "355px"
|
:y "355px"
|
||||||
:width "170px"
|
:width "170px"
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
:class "bg"
|
:class "bg"
|
||||||
:wm-ignore true
|
:wm-ignore true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:windowtype "dock"
|
:stacking "overlay"
|
||||||
:geometry (geometry :x "10px"
|
:geometry (geometry :x "10px"
|
||||||
:y "10px"
|
:y "10px"
|
||||||
:width "350px"
|
:width "350px"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue