feat: add some cursors and vi keys

This commit is contained in:
Youwen Wu 2024-07-11 16:57:24 -07:00
parent 4a0b267034
commit aa199a1608
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -104,6 +104,7 @@
dunst dunst
swww swww
waypaper waypaper
bibata-cursors
delta delta
lazygit lazygit
@ -122,6 +123,7 @@
"$Right" = "O"; "$Right" = "O";
"$Up" = "I"; "$Up" = "I";
"$Down" = "U"; "$Down" = "U";
env = [ "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,20" ];
bind = bind =
[ [
"$mod, F, exec, librewolf" "$mod, F, exec, librewolf"
@ -330,6 +332,11 @@
}; };
}; };
programs.readline = {
enable = true;
extraConfig = "set editing-mode vi";
};
programs.waybar = { programs.waybar = {
enable = true; enable = true;
settings = { settings = {