This commit is contained in:
2025-09-29 20:53:10 -06:00
parent dd0f88ee53
commit 3ed4ccca9e
7 changed files with 35 additions and 6 deletions

View File

@@ -32,7 +32,13 @@ in
"~/login-wm-setup-2.sh"
];
output-layout = "wideriver";
rule-add = "ssd";
rule-add = {
"-app-id" = {
"'twmnd'" = {
float = true;
};
};
};
border-color-urgent = "0xe67e80";
map = {
normal = {
@@ -41,7 +47,7 @@ in
"Super R" = "spawn fuzzel";
"Super E" = "spawn fm";
"Super B" = "spawn obsidian";
"Super Escape" = "spawn \"swaylock --screenshots --clock --indicator --indicator-radius 250 --indicator-thickness 12 --effect-blur 7x5 --ring-color 7fbbb3 --line-color d3c6aa --inside-color 2b3339 --separator-color 83c092\"";
"Super Escape" = "spawn \"swaylock --screenshots --clock --indicator --indicator-radius 250 --indicator-thickness 12 --effect-blur 7x5 --ring-color 7fbbb3 --line-color d3c6aa --inside-color 2b3339 --separator-color 83c092\"";
# format changes
"Super U" = "${cmd} \"--layout left\"";