From d7b0a20d481345198b67af46f07b668b8e5244cd Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 29 Mar 2025 21:29:22 +0100 Subject: [PATCH] docs --- hyprland.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index ee4d09a..44d9fcb 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -8,6 +8,12 @@ $h_conf = ~/.config/hypr # │ also sources workspaces config, for differnet mappings for the workspaces. │ # ╰────────────────────────────────────────────────────────────────────────────╯ source = $HOME/.monitors.conf + # ╭──────────────────────────────────────────────────────────────────────────╮ + # │ variable for specialworkspace (has to be configured in .monitors.conf │ + # │ like -> workspace = name:x, on-created-empty:$terminal) │ + # ╰──────────────────────────────────────────────────────────────────────────╯ +$terminal = ghostty + # ─< source hotkeys file for hyprland >────────────────────────────────────────────────────── source = $h_conf/hotkeys.conf @@ -38,8 +44,6 @@ env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 # ──────────────────────────────────────< windowrules >───────────────────────────────────── windowrule = workspace special:windoof, title:^(.*[Ll]ooking [Gg]lass.*) -$terminal = ghostty - # ╭────────────╮ # │ workspaces │ # ╰────────────╯