modules/sway: Run wofi in dark mode

This commit is contained in:
fleaz 2023-07-19 22:40:24 +02:00
parent 5847e32ea0
commit e1777a93e1
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -62,7 +62,7 @@ in
in in
{ {
"${mod}+Return" = "exec foot"; "${mod}+Return" = "exec foot";
"${mod}+p" = "exec ${pkgs.wofi}/bin/wofi --show drun"; "${mod}+p" = "exec ${pkgs.wofi}/bin/wofi --show drun --gtk-dark";
"${mod}+Shift+c" = "reload"; "${mod}+Shift+c" = "reload";
"${mod}+Shift+q" = "kill"; "${mod}+Shift+q" = "kill";