feat(hypr): add nwg-dock autostart and MPD control submap;

feat(hypr): add window swallowing for kitty and Steam workspace rules;
feat(waybar): create minimal config for gamemode and add notification panel button;
refactor(waybar): simplify config, merge memory/swap displays, update workspace icons;
refactor(swaync): remove CPU slider and adjust button styling;
experiment(hypr): increase vibrancy and change screenshot sound;
experiment(rmpc): update progress bar symbols;
fix(rofi): add mouse support to all menu configurations;
chore(hypr): update gamemode script to toggle minimal waybar
This commit is contained in:
2025-12-21 22:00:37 +03:00
parent 114f1cde7c
commit c9795e2514
13 changed files with 321 additions and 139 deletions

View File

@@ -104,4 +104,8 @@ configuration {
kb-row-right: "l,L";
kb-row-down: "j,J";
kb-row-up: "k,K";
me-select-entry: "";
me-accept-entry: "!MousePrimary";
kb-cancel: "MousePrimary,Escape";
hover-select: true;
}

View File

@@ -105,4 +105,8 @@ configuration {
kb-row-down: "j,J";
kb-row-up: "k,K";
kb-row-right: "l,L";
me-select-entry: "";
me-accept-entry: "!MousePrimary";
kb-cancel: "MousePrimary,Escape";
hover-select: true;
}

View File

@@ -132,4 +132,8 @@ configuration {
kb-row-down: "j,J";
kb-row-up: "k,K";
kb-row-right: "l,L";
me-select-entry: "";
me-accept-entry: "!MousePrimary";
kb-cancel: "MousePrimary,Escape";
hover-select: true;
}