diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-12 21:42:08 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-12 21:42:08 -0500 |
| commit | 7c614992bb8f37c652d3770e68a690a45ec4402b (patch) | |
| tree | 3c57cb55e0e4d9390a428e9c3ebb07b2a9b3cf5c /.config/eww/applauncher.yuck | |
| parent | 23b11c67aa806462f7dcac464c05a190f7dd3d52 (diff) | |
update eww config
Diffstat (limited to '.config/eww/applauncher.yuck')
| -rw-r--r-- | .config/eww/applauncher.yuck | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/eww/applauncher.yuck b/.config/eww/applauncher.yuck new file mode 100644 index 0000000..7a02e8b --- /dev/null +++ b/.config/eww/applauncher.yuck @@ -0,0 +1,13 @@ +(defwindow applauncher + :monitor 0 + :geometry (geometry :x "50%" + :y "50%" + :width "500px" + :height "400px" + :anchor "center center") + :stacking "overlay" + :exclusive false + :focusable true + (box :orientation "v" + :class "applauncher" + (input :onaccept `eww close applauncher`))) |
