Skip to content

Commit

Permalink
feat: replace ulauncher with rofi
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Oct 13, 2024
1 parent 55f99a1 commit 3f80a9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions common/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,5 @@
virt-manager

wireshark

ulauncher
];
}
8 changes: 6 additions & 2 deletions users/bun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ in {
defaultEditor = true;
vimdiffAlias = true;
};
rofi = {
enable = true;
terminal = "${pkgs.${term}}/bin/${term}";
};
tmux = {
enable = true;
extraConfig = ''
Expand Down Expand Up @@ -250,7 +254,6 @@ in {
}'"'';
}
{ command = "${dbus-sway-environment}"; }
{ command = "${pkgs.ulauncher}/bin/ulauncher"; }
{
command =
"${pkgs.sway-audio-idle-inhibit}/bin/sway-audio-idle-inhibit";
Expand All @@ -271,7 +274,8 @@ in {

"${mod}+Return" = "exec ${pkgs.foot}/bin/foot";
"${mod}+Shift+Return" = "exec $term -e bash";
"${mod}+r" = "exec ${pkgs.ulauncher}/bin/ulauncher-toggle";
"${mod}+r" = "exec ${pkgs.rofi}/bin/rofi -show run";
"${mod}+Shift+r" = "exec ${pkgs.rofi}/bin/rofi -show drun";
"${mod}+b" = "exec ${pkgs.firefox}/bin/firefox";

"${mod}+h" = "focus left";
Expand Down

0 comments on commit 3f80a9a

Please sign in to comment.