tried and failed hyprland on lio again, kvm switch still fails

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-30 16:04:06 -05:00
parent e8f3324000
commit 772ac8b54e
5 changed files with 498 additions and 25 deletions

View file

@ -40,10 +40,10 @@ bind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
bind -r C-h swap-pane -L
bind -r C-h swap-pane -t '{left-of}'
bind -r C-j swap-pane -D
bind -r C-k swap-pane -U
bind -r C-l swap-pane -R
bind -r C-l swap-pane -t '{right-of}'
bind -n C-Left resize-pane -L 5
bind -n C-Down resize-pane -D 5