diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-16 16:04:30 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-16 16:05:19 +0200 |
commit | d19e1de4a65e21681691b7dc43b22233fa052903 (patch) | |
tree | ec8551f8594ff6afe8eb38eb219593095d3a60a6 /hm | |
parent | flatpak: enable xdg-portal (diff) | |
download | nix-config-d19e1de4a65e21681691b7dc43b22233fa052903.zip |
mako: don't set border properties
Diffstat (limited to 'hm')
-rw-r--r-- | hm/mako/default.nix | 4 |
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; |