Updates
This commit is contained in:
parent
b6d7360c38
commit
2d45316956
3 changed files with 7 additions and 9 deletions
10
README.md
10
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 <SPC-S "TODO">
|
||||
|
||||
## 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)
|
||||
|
||||
---
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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''
|
||||
|
|
Loading…
Reference in a new issue