replace bemenu with rofi

This commit is contained in:
Ivan Dimitrov 2024-04-19 16:44:26 +03:00
parent 7e3c92dd25
commit b6d7d86d00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
bemenu rofi-wayland
gopass gopass
grim grim
libnotify libnotify

View File

@ -4,7 +4,7 @@ set $down j
set $up k set $up k
set $right l set $right l
set $term kitty set $term kitty
set $menu bemenu-run | xargs swaymsg exec -- set $menu rofi -show run
exec swaymsg "workspace 1; exec kitty" exec swaymsg "workspace 1; exec kitty"
exec swaymsg "workspace 2; exec firefox" exec swaymsg "workspace 2; exec firefox"