tmux session will now be opned at startup. have to observe how well this works

This commit is contained in:
2026-05-08 16:17:19 +02:00
parent 3536bc2f60
commit ca5089470e

View File

@@ -50,7 +50,7 @@ exec-once = ~/.config/hypr/scripts/gpu-screen-recorder/start-replay.sh
exec-once = spotify & signal-desktop & thunderbird & gnome-calendar & bitwarden & $browser & discord & steam-silent exec-once = spotify & signal-desktop & thunderbird & gnome-calendar & bitwarden & $browser & discord & steam-silent
exec-once = [workspace 1 silent] $terminal exec-once = [workspace 1 silent] ghostty -e tmux new-session -A -s main
windowrule = match:class ^(zen-beta)$, workspace 2 silent windowrule = match:class ^(zen-beta)$, workspace 2 silent
windowrule = match:class ^(org.gnome.Calendar)$, workspace 3 silent windowrule = match:class ^(org.gnome.Calendar)$, workspace 3 silent
@@ -219,6 +219,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, T, exec, $terminal bind = $mainMod, T, exec, $terminal
bind = $mainMod SHIFT, T, exec, ghostty -e tmux new-session -A -s main
bind = $mainMod, B, exec, $browser bind = $mainMod, B, exec, $browser
bind = $mainMod, I, exec, noctalia-shell ipc call bar toggle bind = $mainMod, I, exec, noctalia-shell ipc call bar toggle
bind = $mainMod, C, killactive, bind = $mainMod, C, killactive,