From df33f14c5d96d6947a1e39e34790a5038291aed8 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 15 Feb 2026 15:46:52 +0100 Subject: [PATCH] Add AI special workspace --- hyprland.conf | 4 ++++ waybar/config | 1 + 2 files changed, 5 insertions(+) diff --git a/hyprland.conf b/hyprland.conf index aab183f..9b2fccc 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -286,6 +286,9 @@ bind = $mainMod SHIFT, code:17, exec, $hyprscript movetoworkspace 8 bind = $mainMod SHIFT, code:18, exec, $hyprscript movetoworkspace 9 bind = $mainMod SHIFT, code:19, exec, $hyprscript movetoworkspace 10 +# Open youtube in MPV +bind = $mainMod, M, exec, ~/.config/dotfiles/bin-extra/youtube + # Screenshot bind = , Print, exec, XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway QT_QPA_PLATFORM=wayland flameshot gui # bind =, Print, exec, grim -g "$(slurp)" - | wl-copy @@ -294,6 +297,7 @@ bind = , Print, exec, XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway QT_QPA_P bind = $mainMod, Q, togglespecialworkspace, a_social bind = $mainMod, S, togglespecialworkspace, b_mail bind = $mainMod, D, togglespecialworkspace, c_yuzzit +bind = $mainMod, F, togglespecialworkspace, d_ai # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 diff --git a/waybar/config b/waybar/config index b663a68..496597b 100644 --- a/waybar/config +++ b/waybar/config @@ -38,6 +38,7 @@ "a_social": "󰍥 ", "b_mail": " ", "c_yuzzit": "Y", + "d_ai": "AI", "11": "1", "12": "2", "13": "3",