diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index 2ceea177..458092df 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -15,7 +15,7 @@ set $right l set $term alacritty # Application launcher -set $menu wmenu-run +set $menu "zsh -l -i -c 'dev rofi launch'" # Wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/) output * bg /run/current-system/sw/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill diff --git a/nix/hosts/desktop/configuration.nix b/nix/hosts/desktop/configuration.nix index 5d471036..ce475d8a 100644 --- a/nix/hosts/desktop/configuration.nix +++ b/nix/hosts/desktop/configuration.nix @@ -220,7 +220,7 @@ programs.sway = { enable = true; - extraPackages = with pkgs; [ grim pulseaudio swayidle swaylock wmenu wl-clipboard ]; + extraPackages = with pkgs; [ grim pulseaudio swayidle swaylock wl-clipboard ]; wrapperFeatures.gtk = true; };