Regenerated
This commit is contained in:
@@ -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
@@ -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"
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user