53 current 2024-02-29 22:59:43 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-02-29 22:59:47 -05:00
parent 7a1836dcdb
commit 59e255a560
3 changed files with 15 additions and 13 deletions

View file

@ -27,6 +27,7 @@ in {
"${mod},D,exec,wofi --show drun"
"${mod},Q,killactive"
"${mod},M,exit"
"${mod},P,pseudo"
"${mod},H,movefocus,l"

View file

@ -31,6 +31,7 @@ with pkgs; {
agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE";
g = "git";
n = "nix";
r = "~/rebuild";
mnt = "udisksctl mount -b";
umnt = "udisksctl unmount -b";
burn = "pkill -9";