From 974c126300ab5a4f251f581425f3db03b749ab21 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 29 Apr 2025 17:23:31 +0400 Subject: feat: hyprland: add special workspace for mattermost --- .config/hypr/hyprland.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d89d61d..97f0976 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -8,7 +8,7 @@ $terminal = wezterm start --always-new-process $menu = wofi --show run $locker = gtklock -exec-once = hyprpaper & waybar & telegram +exec-once = hyprpaper & waybar & telegram & mattermost-desktop exec-once = xss-lock $locker exec-once = hyprctl setcursor 'rose-pine' 30 exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'rose-pine' @@ -94,6 +94,8 @@ device { windowrulev2 = workspace special:telegram, class:(org.telegram.desktop) windowrulev2 = float, class:(org.telegram.desktop) +windowrulev2 = workspace special:mattermost, class:(Mattermost) +windowrulev2 = float, class:(Mattermost) $mainMod = SUPER @@ -147,6 +149,7 @@ bind = $mainMod SHIFT, 0, movetoworkspacesilent, 10 # Example special workspace (scratchpad) bind = $mainMod, T, togglespecialworkspace, telegram +bind = $mainMod, M, togglespecialworkspace, mattermost # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 -- cgit v1.2.3