fix bootloader

This commit is contained in:
Barrett Ruth 2026-02-11 15:47:09 -05:00
parent 01c8a46dc5
commit 2078269704
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 6 additions and 7 deletions

View file

@ -35,10 +35,10 @@ unbind Down; bind j selectp -D
unbind Up; bind k selectp -U
unbind Right; bind l selectp -R
unbind :; bind : display-popup -E 'mux cmd'
unbind s; bind s display-popup -E 'mux pick-session'
unbind w; bind w display-popup -E 'mux pick-window'
unbind p; bind p display-popup -E 'mux pick-pane'
unbind :; bind : display-popup -E 'mux cmd'\; refresh -S
unbind s; bind s display-popup -E 'mux pick-session'\; refresh -S
unbind w; bind w display-popup -E 'mux pick-window'\; refresh -S
unbind p; bind p display-popup -E 'mux pick-pane'\; refresh -S
bind -r Left resizep -L 5
bind -r Right resizep -R 5

View file

@ -70,7 +70,6 @@
export THEME="midnight"
'';
};
services.getty.autologinUser = "barrett";
programs.hyprland.enable = true;
hardware.nvidia = {

View file

@ -121,8 +121,8 @@ bar)
i=$((i + 1))
done
set +f
left='#[align=left list=on] #{W:#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]#{?window_end_flag,, │ }}#[nolist]'
right="#[align=right]$indicator $bar_content"
left=' #[align=left list=on]#{W:#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]#{?window_end_flag,, │ }}#[nolist]'
right="#[align=right]$indicator $bar_content "
tmux set -g 'status-format[0]' "$left$right"
;;
switch)