diff --git a/private_dot_config/hypr/hyprland/binds/managment.conf b/private_dot_config/hypr/hyprland/binds/managment.conf index 4908723..bd530d7 100644 --- a/private_dot_config/hypr/hyprland/binds/managment.conf +++ b/private_dot_config/hypr/hyprland/binds/managment.conf @@ -83,5 +83,5 @@ bind = $mainMod Control_L, n, exec, [workspace 6] uwsm app -- $notes bind = $mainMod Control_L, m, exec, [workspace 9] uwsm app $music_player ## restart waybar -bind = $mainMod CONTROL_L, B, exec, ~/.local/bin/restart_waybar.sh +bind = $mainMod CONTROL_L L_SHIFT, B, exec, ~/.local/bin/restart_waybar.sh diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index ad6549c..1a56752 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -31,7 +31,7 @@ "tray" ], "hyprland/workspaces": { - "format": "{icon}", + "format": "{} - {icon}", "on-click": "activate", "on-click-right": "close", "all-outputs": true,