feat(wm): fix rofi

This commit is contained in:
EinEtwas 2024-11-01 12:19:52 +01:00
parent 74f5d17f48
commit 7a18c60440
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 4 additions and 2 deletions

View file

@ -134,7 +134,7 @@
"$mod, R, exec, ${rofi} -show drun"
"$mod, D, exec, ${rofi} -show run"
"$mod, SPACE, exec, ${rofi} -show drun"
"$mod, PERIOD, exec, ${rofi} -modi emoji -show emoji"
"$mod, PERIOD, exec, rofi -modi emoji -show emoji"
"$mod, L, exec, ${swaylock}"
"$mod, left, movefocus, l"

View file

@ -3,7 +3,9 @@
programs.rofi = {
enable = true;
plugins = [ pkgs.rofi-emoji ];
package = pkgs.rofi-wayland;
plugins = [ pkgs.rofi-emoji-wayland ];
theme = ./catppuccin-mocha.rasi;
};