fixes and aesthetic improvements

This commit is contained in:
Schrottkatze 2022-09-12 17:16:26 +02:00
parent 425e8b5454
commit 7b14f9a283
3 changed files with 7 additions and 7 deletions

View file

@ -141,8 +141,8 @@ in with lib; {
"${mod}+Shift+p" = "exec em-play-loop.sh";
# permaclip
"${mod}+c" = "rofi -show permaclip -modes \"permaclip:${pc-set.outPath}/bin/pc-set.sh\" -theme gruvbox-dark";
"${mod}+v" = "rofi -show permaclip -modes \"permaclip:${pc-get.outPath}/bin/pc-get.sh\" -theme gruvbox-dark";
"${mod}+c" = "exec rofi -show register -modes \"register:${pc-set.outPath}/bin/pc-set.sh\" -theme gruvbox-dark";
"${mod}+v" = "exec rofi -show register -modes \"register:${pc-get.outPath}/bin/pc-get.sh\" -theme gruvbox-dark";
};
# }}}
# Visuals {{{