updated waybar fixed some other minor gripes
This commit is contained in:
parent
6baa7c361c
commit
93af4f7913
2 changed files with 24 additions and 19 deletions
|
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue