diff options
author | Frankie B. <git@diskfloppy.me> | 2024-04-15 15:23:49 +0100 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-04-15 15:23:49 +0100 |
commit | e4d98dd27ccf1d9e8cf39742782f7309c3a4a243 (patch) | |
tree | 095f3433a2b8cbc2a74911422df9d46d91f54ca0 /homes | |
parent | 6137e0b1292245b81c0fc9f420005dfb27543826 (diff) |
Add blueman
Diffstat (limited to 'homes')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 54646d6..86f928f 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -10,6 +10,7 @@ "waybar" "swaync" "1password --silent" + "blueman-applet" ]; monitor = []; @@ -21,6 +22,10 @@ "size 33% 28%, title:^(Picture-in-Picture)$" ]; + windowrule = [ + "float,^(blueman-manager)$" + ]; + input = { kb_layout = "us"; follow_mouse = 1; |