Add bzmenu as launcher of bluetooth manager
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user