diff --git a/README.md b/README.md index fdb42710..bcff627f 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh --- # To Do List * [ ] fixes - * find a better sidebar for vim - * try the outliner tool again for vim - * borders around all the things * re-enable a few things when 24.05 is stable ## Host Specific diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index dc5eec6d..0a3b8eb7 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -110,6 +110,7 @@ ''SUPER, J, togglesplit, # dwindle'' ''SUPER, F, exec, firefox'' ''SUPER, S, exec, steam -vgui'' + ''SUPER, B, exec, rofi-rbw'' # Move focus with mainMod + arrow keys ''SUPER_ALT, left, movefocus, l'' diff --git a/home-manager/common/desktops/hyprland/components/rofi.nix b/home-manager/common/desktops/hyprland/components/rofi.nix index 3a19d241..e9c1d664 100644 --- a/home-manager/common/desktops/hyprland/components/rofi.nix +++ b/home-manager/common/desktops/hyprland/components/rofi.nix @@ -1,7 +1,6 @@ { lib, ...}: { programs.rofi = { enable = true; - # theme = "material"; - font = lib.mkForce "DejaVu Sans 12"; + font = lib.mkForce "DejaVu Sans 16"; }; } diff --git a/nixos/common/desktops/hyprland/default.nix b/nixos/common/desktops/hyprland/default.nix index 530a1c84..8c24aef4 100644 --- a/nixos/common/desktops/hyprland/default.nix +++ b/nixos/common/desktops/hyprland/default.nix @@ -132,7 +132,7 @@ pkgs.papirus-icon-theme # Papirus Icons pkgs.rofi-wayland # App Launcher - pkgs.rofi-rbw-wayland # Front-end for Bitwarden with ROfi + pkgs.rofi-rbw-wayland # Front-end for Bitwarden with Rofi # wayland-packages inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI