Updated packages. Fixes

- Updated packages
- Fixed hyprlock config
- Changed default file manager to yazi
- added lazygit
- added fzf
This commit is contained in:
Aleksandr Lebedev 2024-11-20 10:59:15 +01:00
parent 7809f0d574
commit 24a3ba6f99
5 changed files with 59 additions and 40 deletions

View file

@ -41,7 +41,8 @@ in
"$mod" = "SUPER";
"$mainMod" = "$mod";
"$terminal" = "${pkgs.kitty}/bin/kitty";
"$fileManager" = "${pkgs.kdePackages.dolphin}/bin/dolphin";
"$fileManager" = "$terminal ${pkgs.yazi}/bin/yazi";
"$fileManager2" = "${pkgs.kdePackages.dolphin}/bin/dolphin";
"$browser" = "${pkgs.firefox}/bin/firefox";
"$menu" = "${pkgs.wofi}/bin/wofi --show drun";
"$clipboardManager" = "$terminal --class clipse -e 'clipse'";
@ -53,6 +54,7 @@ in
"$mod, B, exec, $browser"
"$mod SHIFT, V, togglefloating,"
"$mod, C, exec, $fileManager"
"$mod SHIFT, C, exec, $fileManager2"
"$mod, F, fullscreen,"
"$mod, R, exec, $menu"
"$mod, V, exec, $clipboardManager"