Skip to content

Commit

Permalink
🐛 (rbw): default url and rofi font
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jul 3, 2024
1 parent 1bebb96 commit 61b0678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/home/opt/misc/rbw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lib.mkIf config.modules.rbw.enable {
home.file.".config/rbw/config.json".text = ''
{
"email":"gwenchlan@tuta.io",
"base_url":"https://bitwarden.com",
"base_url":null,
"identity_url":null,
"notifications_url":null,
"lock_timeout":99999999999999999,
Expand Down
2 changes: 1 addition & 1 deletion modules/home/opt/utils/rofi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@

configFile."rofi/fonts.rasi".text = ''
* {
font: "JetBrains Mono Nerd Font 11.6";
font: "ZedMono NF 11.6";
}
'';
};
Expand Down
2 changes: 1 addition & 1 deletion modules/home/opt/wayland/hyprland/config/binds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ in {
bindr = [
# Launchers
"SUPER, D, exec, pkill anyrun || run-as-service anyrun"
"SUPERSHIFT, p, exec, rofi-rbw --no-help --clipboarder wl-copy"
"SUPERSHIFT, p, exec, rofi-rbw --no-help --clipboarder wl-copy --keybindings Alt+x:type:password"
"SUPERSHIFT, e, exec, bemoji -t"
"SUPERSHIFT, o, exec, wezterm start --class clipse clipse"
];
Expand Down

0 comments on commit 61b0678

Please # to comment.