This commit is contained in:
albert 2024-04-16 22:13:59 +09:00
parent b6d7360c38
commit 2d45316956
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 7 additions and 9 deletions

View file

@ -43,8 +43,8 @@ nix develop -c /etc/nixos/git/docs/setup.sh
--- ---
# To Do List # To Do List
* [ ] fixes * [ ] Various Fixes
* re-enable a few things when 24.05 is stable * re-enable a few things when 24.05 is stable <SPC-S "TODO">
## Host Specific ## Host Specific
### framework-server ### 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. * [ ] Figure out what the home-manager `account` options are for.
* [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc) * [ ] 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) Completed ToDo List [here](./docs/complete.md)
--- ---

View file

@ -156,3 +156,7 @@
* [x] Replace fuzzel with rofi * [x] Replace fuzzel with rofi
* [x] Update disko configs away from 'table' * [x] Update disko configs away from 'table'
* See ./nixos/hosts/nixos-framework/disks-gpt.nix * 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

View file

@ -110,7 +110,7 @@
''SUPER, J, togglesplit, # dwindle'' ''SUPER, J, togglesplit, # dwindle''
''SUPER, F, exec, firefox'' ''SUPER, F, exec, firefox''
''SUPER, S, exec, steam -vgui'' ''SUPER, S, exec, steam -vgui''
''SUPER, B, exec, rofi-rbw'' ''SUPER, B, exec, rofi-rbw --clipboarder''
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
''SUPER_ALT, left, movefocus, l'' ''SUPER_ALT, left, movefocus, l''