diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2025-04-29 17:23:31 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2025-04-29 17:23:31 +0400 |
| commit | 974c126300ab5a4f251f581425f3db03b749ab21 (patch) | |
| tree | fd17ef2b147cccc8861cec4c6396ffedce26e54c | |
| parent | d77fac54ea6a47cae8b509519fff6fa2e8445484 (diff) | |
feat: hyprland: add special workspace for mattermost
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 |