diff --git a/README.md b/README.md index bcff627f..375733cd 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ nix develop -c /etc/nixos/git/docs/setup.sh --- # To Do List -* [ ] fixes - * re-enable a few things when 24.05 is stable +* [ ] Various Fixes + * re-enable a few things when 24.05 is stable ## Host Specific ### framework-server @@ -59,12 +59,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Figure out what the home-manager `account` options are for. * [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc) -## Desktop / GUI -* [ ] rofi - rbw integration -* [ ] Set up PyRadio with Nightride.FM -* [ ] Update desktop Hyprland config with new monitor setup -* [ ] See if I can hide the waybar hyprlan workspace switcher when only 1 desktop is present - Completed ToDo List [here](./docs/complete.md) --- diff --git a/docs/complete.md b/docs/complete.md index d3986a39..4788c1b2 100644 --- a/docs/complete.md +++ b/docs/complete.md @@ -156,3 +156,7 @@ * [x] Replace fuzzel with rofi * [x] Update disko configs away from 'table' * See ./nixos/hosts/nixos-framework/disks-gpt.nix +* [x] rofi - rbw integration +* [x] Set up PyRadio with Nightride.FM +* [x] Update desktop Hyprland config with new monitor setup +* [x] See if I can hide the waybar hyprlan workspace switcher when only 1 desktop is present diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 0a3b8eb7..8e0cfd6f 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -110,7 +110,7 @@ ''SUPER, J, togglesplit, # dwindle'' ''SUPER, F, exec, firefox'' ''SUPER, S, exec, steam -vgui'' - ''SUPER, B, exec, rofi-rbw'' + ''SUPER, B, exec, rofi-rbw --clipboarder'' # Move focus with mainMod + arrow keys ''SUPER_ALT, left, movefocus, l''