Merge pull request 'Add bzmenu as launcher of bluetooth manager' (#4) from feature/bluetooth into master

Reviewed-on: #4
This commit is contained in:
2026-01-18 15:55:53 +01:00

View File

@@ -2,7 +2,8 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
wofi rofi
bzmenu
]; ];
programs.waybar.enable = true; programs.waybar.enable = true;
@@ -19,7 +20,8 @@
### VARIABLES ### VARIABLES
"$mod" = "SUPER"; "$mod" = "SUPER";
"$terminal" = "kitty"; "$terminal" = "kitty";
"$menu" = "wofi --show drun"; "$menu" = "rofi -show drun";
"$bluetoothMenu" = "bzmenu --launcher rofi";
### BASIC LAYOUT ### BASIC LAYOUT
general = { general = {
@@ -73,6 +75,7 @@
# Apps # Apps
"$mod, RETURN, exec, $terminal" "$mod, RETURN, exec, $terminal"
"$mod, D, exec, $menu" "$mod, D, exec, $menu"
"$mod, B, exec, $bluetoothMenu"
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, F, fullscreen" "$mod, F, fullscreen"
"$mod, M, exit" "$mod, M, exit"