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