mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
32 lines
712 B
Markdown
32 lines
712 B
Markdown
this is rae's nixOS config meow
|
|
|
|
- **display manager**: SDDM
|
|
- **window manager**: openbox
|
|
- **status bar**: polybar
|
|
|
|
# installation
|
|
|
|
theoretically:
|
|
|
|
```sh
|
|
nix-shell -p git just
|
|
git clone https://git.sr.ht/~roxwize/.dotfiles
|
|
cd .dotfiles/
|
|
nixos-install --flake './nixos#[hostname]'
|
|
```
|
|
|
|
# usage
|
|
|
|
## openbox hotkeys
|
|
|
|
**Ctrl+Right click** on a titlebar to open the window's menu<br>
|
|
**Alt+C** over a window to do the same thing
|
|
|
|
**Right click** on desktop to open menu
|
|
**Alt+Right click** over a window to do the same thing
|
|
**Alt+D** to open the application launcher
|
|
|
|
**Alt+Left arrow** to go to the previous desktop<br>
|
|
**Alt+Right arrow** to go to the next desktop<br>
|
|
**Alt+[1-4]** to go to a specific desktop
|
|
|