Regenerated

This commit is contained in:
2026-04-13 14:12:16 +02:00
parent cdc2934d2e
commit 4bb25b3945
5 changed files with 541 additions and 425 deletions
@@ -4,8 +4,8 @@ $mainMod = SUPER
# Terminal / launcher / kill / reload
bind = $mainMod, E, exec, thunar
bind = $mainMod, RETURN, exec, kitty
bind = $mainMod, Space, exec, wofi --show drun --style ~/.config/wofi/style.css
bind = ALT, Space, exec, wofi --show drun
bind = $mainMod, Space, exec, ~/.config/scripts/wofi-launcher.sh
bind = ALT, Space, exec, ~/.config/scripts/wofi-launcher.sh
bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit,
bind = $mainMod SHIFT, R, exec, hyprctl reload
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
wofi --show drun \
--style ~/.config/wofi/style.css \
--no-actions \
--allow-images=false \
--columns 1 \
--prompt "Apps"
+1 -1
View File
@@ -171,7 +171,7 @@
"format-disconnected": "Disconnected ⚠",
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
"on-click": "networkmanager_dmenu",
"on-click": "networkmanager_dmenu -dmenu "wofi -dmenu --style ~/.config/wofi/style.css"",
"on-click-right": "nm-connection-editor"
},