use rofi instead of albert now

main
Ingolf Wagner 2024-04-19 20:27:25 +02:00
parent 353cb14efa
commit 8da88a8ea5
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 3 additions and 3 deletions

View File

@ -283,7 +283,7 @@ in
in
"exec ${script}";
"${cfg.config.modifier}+space" = "exec ${pkgs.rofi}/bin/rofi -show drun";
"${cfg.config.modifier}+space" = "exec ${pkgs.rofi}/bin/rofi -show drun -display-drun ''";
"${cfg.config.modifier}+Shift+c" = "reload";
"${cfg.config.modifier}+Shift+r" = "restart";
"${cfg.config.modifier}+Shift+e" = "exec i3-nagbar -t warning -m 'Do you want to exit i3?' -b 'Yes' 'i3-msg exit'";