Add blueman
This commit is contained in:
parent
6137e0b129
commit
e4d98dd27c
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
"waybar"
|
"waybar"
|
||||||
"swaync"
|
"swaync"
|
||||||
"1password --silent"
|
"1password --silent"
|
||||||
|
"blueman-applet"
|
||||||
];
|
];
|
||||||
|
|
||||||
monitor = [];
|
monitor = [];
|
||||||
|
@ -21,6 +22,10 @@
|
||||||
"size 33% 28%, title:^(Picture-in-Picture)$"
|
"size 33% 28%, title:^(Picture-in-Picture)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
windowrule = [
|
||||||
|
"float,^(blueman-manager)$"
|
||||||
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
|
|
Loading…
Reference in a new issue