yeee
This commit is contained in:
parent
33cb54e789
commit
225bb398f1
7 changed files with 498 additions and 468 deletions
|
|
@ -53,7 +53,7 @@ if status is-interactive
|
|||
set -U fish_color_status red
|
||||
set -U fish_color_cancel white --bold
|
||||
set -U fish_pager_color_prefix normal --bold --underline
|
||||
set -U fish_pager_color_progress normal --bold --reverse
|
||||
set -U fish_pager_color_progress normal --reverse
|
||||
set -U fish_pager_color_completion normal
|
||||
set -U fish_pager_color_description yellow --italics
|
||||
set -U fish_pager_color_selected_background --background brblue
|
||||
|
|
@ -66,3 +66,11 @@ if status is-interactive
|
|||
set -U fish_pager_color_selected_prefix black --bold --underline
|
||||
set -U fish_pager_color_secondary_completion
|
||||
end
|
||||
|
||||
if test $XDG_CURRENT_DESKTOP = niri
|
||||
dconf write /org/gnome/desktop/wm/preferences/button-layout "'appmenu'"
|
||||
else
|
||||
dconf reset /org/gnome/desktop/wm/preferences/button-layout
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue