From aefe640404d083ff5d8c416cc630a318105dfc7d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 16:05:52 +0900 Subject: updated workspace#rw --- config/waybar/ModulesWorkspaces | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index d171fe5b..c9485ea9 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -213,7 +213,6 @@ "title<.*ChatGPT.*>": "󰚩 ", "title<.*deepseek.*>": "󰚩 ", - "title<.*AI.*>": "󰚩 ", "title<.*qwen.*>": "󰚩 ", "class": "󰅳 ", "class": " ", -- cgit v1.2.3 From 3ae93618d2e6274734dc49db04a275712808e310 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 15 Mar 2025 15:20:59 +0900 Subject: removed additional s on keybinds.sh --- config/hypr/scripts/KeyBinds.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config') 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 -- cgit v1.2.3