updated waybar fixed some other minor gripes

This commit is contained in:
specCon18 2023-12-20 23:11:28 -05:00
parent 6baa7c361c
commit 93af4f7913
2 changed files with 24 additions and 19 deletions

View file

@ -14,18 +14,22 @@
"docker"
];
};
services.xremap = {
withWlroots = true;
userName = "speccon18";
config = {
keymap = [
{
name = "Global";
remap = {
"CapsLock" = "Esc";
services.xremap = {
withWlroots = true;
userName = "speccon18";
config = {
keymap = [
{
name = "Global";
remap = {
"CapsLock" = "Esc";
"Print" = {
launch = [ "zsh" "-c" "grim -o /home/speccon18/Pictures/$(date +'%s_grim.png') -g $(slurp) -t png" ];
};
}
];
};
};
}
];
};
};
}