Compare commits
2 Commits
a3823e33b9
...
a11c487a1c
Author | SHA1 | Date |
---|---|---|
coolneng | a11c487a1c | |
coolneng | e95ab81ad9 |
|
@ -306,6 +306,19 @@ mode "$Theme-switch" {
|
||||||
bindsym Escape mode "default"
|
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
|
# lock screen on suspend
|
||||||
set $lock_bg ~/Photos/Wallpapers/wallhaven-638719.png
|
set $lock_bg ~/Photos/Wallpapers/wallhaven-638719.png
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
|
|
|
@ -9,8 +9,12 @@ windows:
|
||||||
- ssh root@zion
|
- ssh root@zion
|
||||||
- ssh root@zion
|
- ssh root@zion
|
||||||
|
|
||||||
- window_name: monitor
|
- window_name: canvas
|
||||||
layout: even-vertical
|
layout: even-vertical
|
||||||
panes:
|
panes:
|
||||||
- ssh zion
|
- ssh zion
|
||||||
- ssh zion
|
- ssh zion
|
||||||
|
|
||||||
|
- window_name: monitor
|
||||||
|
panes:
|
||||||
|
- ssh zion
|
||||||
|
|
Loading…
Reference in New Issue