From f5c758741e9e8eaf0ed2ddefb70f29c90a0802be Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 8 May 2025 16:03:24 +0200 Subject: [PATCH] Social before mail --- hypr/hyprland.conf | 12 ++++++------ waybar/config | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 7aefb14..7e48e39 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -44,9 +44,9 @@ exec-once = nm-applet exec-once = flameshot exec-once = blueberry-tray exec-once = nextcloud --background -exec-once = [workspace special:social silent] $social -exec-once = [workspace special:mail silent] thunderbird -exec-once = [workspace special:terminal silent] alacritty +exec-once = [workspace special:a_social silent] $social +exec-once = [workspace special:b_mail silent] thunderbird +exec-once = [workspace special:c_terminal silent] alacritty source = ~/.config/dotfiles/hypr/exec-once.conf @@ -278,9 +278,9 @@ bind = $mainMod SHIFT, code:19, exec, $hyprscript movetoworkspace 10 bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy # Example special workspace (scratchpad) -bind = $mainMod, Q, togglespecialworkspace, mail -bind = $mainMod, S, togglespecialworkspace, social -bind = $mainMod, D, togglespecialworkspace, terminal +bind = $mainMod, Q, togglespecialworkspace, a_social +bind = $mainMod, S, togglespecialworkspace, b_mail +bind = $mainMod, D, togglespecialworkspace, c_terminal # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 diff --git a/waybar/config b/waybar/config index 16c4f89..2287d34 100644 --- a/waybar/config +++ b/waybar/config @@ -34,9 +34,9 @@ "hyprland/workspaces": { "format": "{icon}", "format-icons": { - "social": "󰍥 ", - "mail": " ", - "terminal": " ", + "a_social": "󰍥 ", + "b_mail": " ", + "c_terminal": " ", "11": "1", "12": "2", "13": "3",