Skip to content

Commit

Permalink
sway: Use dev rofi as launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 26, 2024
1 parent 1dfe6b3 commit f090134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotfiles/sway/.config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nix/hosts/desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit f090134

Please sign in to comment.