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 = {
|
||||||
|
|
|
||||||
|
|
@ -121,8 +121,8 @@ bar)
|
||||||
i=$((i + 1))
|
i=$((i + 1))
|
||||||
done
|
done
|
||||||
set +f
|
set +f
|
||||||
left='#[align=left list=on] #{W:#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]#{?window_end_flag,, │ }}#[nolist]'
|
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"
|
right="#[align=right]$indicator $bar_content "
|
||||||
tmux set -g 'status-format[0]' "$left$right"
|
tmux set -g 'status-format[0]' "$left$right"
|
||||||
;;
|
;;
|
||||||
switch)
|
switch)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue