Compare commits
No commits in common. "a11c487a1c4a3376e48dc1495c93931976f2c09b" and "a3823e33b9d68b7062e832ed1f730ce9a38509ec" have entirely different histories.
a11c487a1c
...
a3823e33b9
|
@ -306,19 +306,6 @@ 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 \
|
||||
|
|
|
@ -9,12 +9,8 @@ windows:
|
|||
- ssh root@zion
|
||||
- ssh root@zion
|
||||
|
||||
- window_name: canvas
|
||||
- window_name: monitor
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh zion
|
||||
- ssh zion
|
||||
|
||||
- window_name: monitor
|
||||
panes:
|
||||
- ssh zion
|
||||
|
|
Loading…
Reference in New Issue