fix bootloader
This commit is contained in:
parent
01c8a46dc5
commit
2078269704
3 changed files with 6 additions and 7 deletions
|
|
@ -35,10 +35,10 @@ unbind Down; bind j selectp -D
|
||||||
unbind Up; bind k selectp -U
|
unbind Up; bind k selectp -U
|
||||||
unbind Right; bind l selectp -R
|
unbind Right; bind l selectp -R
|
||||||
|
|
||||||
unbind :; bind : display-popup -E 'mux cmd'
|
unbind :; bind : display-popup -E 'mux cmd'\; refresh -S
|
||||||
unbind s; bind s display-popup -E 'mux pick-session'
|
unbind s; bind s display-popup -E 'mux pick-session'\; refresh -S
|
||||||
unbind w; bind w display-popup -E 'mux pick-window'
|
unbind w; bind w display-popup -E 'mux pick-window'\; refresh -S
|
||||||
unbind p; bind p display-popup -E 'mux pick-pane'
|
unbind p; bind p display-popup -E 'mux pick-pane'\; refresh -S
|
||||||
|
|
||||||
bind -r Left resizep -L 5
|
bind -r Left resizep -L 5
|
||||||
bind -r Right resizep -R 5
|
bind -r Right resizep -R 5
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,6 @@
|
||||||
export THEME="midnight"
|
export THEME="midnight"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.getty.autologinUser = "barrett";
|
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue