home: wm: i3: make 'rofi-bluetooth' ignore case
ci/woodpecker/push/check Pipeline was successful Details

The options given to the script are piped straight to `rofi -dmenu`,
which apparently needs the `-i` switch to be case insensitive.
This commit is contained in:
Bruno BELANYI 2023-12-02 14:22:44 +00:00
parent 55362b1db8
commit e41bacc2fc
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ in
inherit (config.my.home.bluetooth) enable;
prog = lib.getExe pkgs.rofi-bluetooth;
in
lib.mkIf enable "exec ${prog}";
lib.mkIf enable "exec ${prog} -i";
})
(
# Changing container focus