summary refs log tree commit diff stats
path: root/hm/mako/default.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-08-16 16:04:30 +0200
committerSilas Schöffel <sils@sils.li>2025-08-16 16:05:19 +0200
commitd19e1de4a65e21681691b7dc43b22233fa052903 (patch)
treeec8551f8594ff6afe8eb38eb219593095d3a60a6 /hm/mako/default.nix
parentflatpak: enable xdg-portal (diff)
downloadnix-config-d19e1de4a65e21681691b7dc43b22233fa052903.zip
mako: don't set border properties
Diffstat (limited to 'hm/mako/default.nix')
-rw-r--r--hm/mako/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/mako/default.nix b/hm/mako/default.nix
index 92e1b16..3cc5cff 100644
--- a/hm/mako/default.nix
+++ b/hm/mako/default.nix
@@ -4,8 +4,8 @@
     settings = {
       #backgroundColor = "#2e3440";
       #borderColor = "#88c0d0";
-      borderRadius = 25;
-      borderSize = 2;
+      #borderRadius = 25;
+      #borderSize = 2;
       defaultTimeout = 5000;
       #font = "Source Code Pro 10";
       width = 500;