Add Zoxide, change to Shotman, simplify xdg folders, enable libvirt on Jupiter, fix networking and such

This commit is contained in:
Bun 2025-05-05 16:58:24 -04:00
parent d9e30cd69e
commit 26350d1de4
14 changed files with 28 additions and 56 deletions

View file

@ -60,8 +60,9 @@
"${primeMod}+Ctrl+n" = ''exec makoctl dismiss -a'';
# Screenshots
"${secMod}+f" = ''exec grimsnap'';
"${secMod}+Shift+f" = ''exec shot-sway --screen'';
"${secMod}+f" = ''exec ${pkgs.shotman}/bin/shotman --copy --capture region'';
"${secMod}+Shift+f" = ''exec ${pkgs.shotman}/bin/shotman --copy --capture window'';
"${secMod}+Ctrl+f" = ''exec ${pkgs.shotman}/bin/shotman --copy --capture output'';
# Display brightness
"${primeMod}+equal" = ''exec brightnessctl s 5%+'';