Regenerated

This commit is contained in:
2026-04-09 13:43:02 +02:00
parent 9e189aa81a
commit 644ef760fe
5 changed files with 323 additions and 323 deletions
+4 -4
View File
@@ -1050,7 +1050,7 @@ These are config files for .config/wofi
}
/* ------------------------ */
/* Optional: grid spacing for drun icons */
/* grid spacing for drun icons */
.drun-view {
gap: 10px;
justify-content: flex-start;
@@ -1861,7 +1861,7 @@ $mainMod = SUPER
# Terminal / launcher / kill / reload
bind = $mainMod, E, exec, thunar
bind = $mainMod, RETURN, exec, kitty
bind = $mainMod, Space, exec, wofi --show drun
bind = $mainMod, Space, exec, wofi --show drun --style ~/.config/wofi/style.css
bind = ALT, Space, exec, wofi --show drun
bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit,
@@ -3073,7 +3073,7 @@ These are config files for waybar
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
clients=$(hyprctl clients -j | jq -r \
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps" --style ~/.config/wofi/style.css)
[ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
hyprctl dispatch focuswindow address:$addr
@@ -3126,7 +3126,7 @@ keybindings = ~/.config/waypaper/keybindings.ini
];
#################################
# Optional: enable graphics stack
# enable graphics stack
#################################
hardware.graphics.enable = true;