tried and failed hyprland on lio again, kvm switch still fails
This commit is contained in:
parent
e8f3324000
commit
772ac8b54e
5 changed files with 498 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -112,10 +112,12 @@ with lib;
|
|||
enable = true;
|
||||
extraPortals = lib.mkForce [
|
||||
hyprlandPkgs.xdg-desktop-portal-hyprland
|
||||
# hyprlandPkgs.xdg-desktop-portal-wlr
|
||||
hyprlandPkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
config.common.default = [
|
||||
"hyprland"
|
||||
# "wlr"
|
||||
"gtk"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -61,8 +61,6 @@
|
|||
};
|
||||
};
|
||||
homeManagerModules = {
|
||||
# hyprland = hyprland.homeManagerModules.default;
|
||||
|
||||
zsh = import ./_home_manager/mods/zsh.nix;
|
||||
tmux = import ./_home_manager/mods/tmux/tmux.nix;
|
||||
atuin = import ./_home_manager/mods/atuin.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue