tmux session will now be opned at startup. have to observe how well this works
This commit is contained in:
@@ -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 = [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 ^(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
|
||||
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, I, exec, noctalia-shell ipc call bar toggle
|
||||
bind = $mainMod, C, killactive,
|
||||
|
||||
Reference in New Issue
Block a user