diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-15 17:08:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-15 17:08:46 +0900 |
| commit | 43460effbe3c5cb02117cc99ab35aac06849345b (patch) | |
| tree | 68748600d5ec9c1eb0232a47251a44a9bd3c06fb /config/hypr/scripts/KeyBinds.sh | |
| parent | cf1d0ba594ac4e53e630c54291f5f112b0a75e6f (diff) | |
| parent | 3ae93618d2e6274734dc49db04a275712808e310 (diff) | |
Merge branch 'main' into development
Diffstat (limited to 'config/hypr/scripts/KeyBinds.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyBinds.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/hypr/scripts/KeyBinds.sh b/config/hypr/scripts/KeyBinds.sh index 324a9d00..9c6b5ab7 100755 --- a/config/hypr/scripts/KeyBinds.sh +++ b/config/hypr/scripts/KeyBinds.sh @@ -36,5 +36,4 @@ fi display_keybinds=$(echo "$keybinds" | sed 's/\$mainMod/SUPER/g') # use rofi to display the keybinds with the modified content -echo "$display_keybinds" | rofi -dmenu -i -config "$rofi_theme" -mesg "$msg" -s
\ No newline at end of file +echo "$display_keybinds" | rofi -dmenu -i -config "$rofi_theme" -mesg "$msg"
\ No newline at end of file |
