Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng a11c487a1c
Add tmuxp session loader with key bind 2021-05-17 00:47:51 +02:00
coolneng e95ab81ad9
Change tmuxp zion session layout 2021-05-17 00:47:08 +02:00
2 changed files with 18 additions and 1 deletions

View File

@ -306,6 +306,19 @@ mode "$Theme-switch" {
bindsym Escape mode "default"
}
# tmuxp session menu
bindsym $mod+Shift+s mode "$tmuxp-session"
set $tmuxp-session (z) zion, (u) unit
mode "$tmuxp-session" {
bindsym z exec --no-startup-id tmuxp load ~/.tmuxp/zion.yaml, mode "default"
bindsym u exec --no-startup-id tmuxp load ~/.tmuxp/unit.yaml, mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"
}
# lock screen on suspend
set $lock_bg ~/Photos/Wallpapers/wallhaven-638719.png
exec swayidle -w \

View File

@ -9,8 +9,12 @@ windows:
- ssh root@zion
- ssh root@zion
- window_name: monitor
- window_name: canvas
layout: even-vertical
panes:
- ssh zion
- ssh zion
- window_name: monitor
panes:
- ssh zion