[i3+sway] Some sway fixes

This commit is contained in:
2025-11-15 12:15:42 -08:00
parent c2e2dd8675
commit 608fed35ab
2 changed files with 33 additions and 29 deletions

View File

@@ -77,22 +77,6 @@ in
programs.spotify-player.enable = true;
programs.rofi = {
enable = true;
theme = "solarized";
extraConfig = {
modi = "drun,run,window";
show-icons = true;
drun-display-format = "{name}";
disable-history = false;
hide-scrollbar = true;
display-drun = " Apps";
display-run = " Run";
display-window = " Windows";
sidebar-mode = true;
};
};
services.gnome-keyring = {
enable = true;
};
@@ -173,4 +157,4 @@ in
# Note: modules must be imported at top-level home config
};
}
}