1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-07-22 14:19:04 +00:00
rae's linux configs
Find a file
2025-07-20 15:49:58 -04:00
assets ~ 2025-07-20 15:49:58 -04:00
configs ~ 2025-06-23 15:28:25 -04:00
nixos ~ 2025-07-20 15:49:58 -04:00
scripts ~ 2025-03-11 00:12:45 -04:00
secrets ~ 2025-05-26 13:34:45 -04:00
.editorconfig ~ 2025-06-05 22:29:06 -04:00
.gitignore ~ 2025-06-05 22:31:34 -04:00
Justfile ~ 2025-06-05 22:31:34 -04:00
LICENSE ~ 2024-12-31 04:12:58 -05:00
README.md ~ 2025-07-20 15:49:58 -04:00
TODO ~ 2025-04-03 20:09:08 -04:00

image

installation

theoretically:

nix-shell -p git
git clone https://git.sr.ht/~roxwize/.dotfiles
cd .dotfiles/
nixos-install --flake './nixos#[hostname]'

from my experience the process is more involved, but it ultimately boils down to those three commands above (the first command is only for bootstrapping). youll need to make a configuration for your host which involves creating default configurations with nixos-generate-config, copying it to your host's folder in nixos/hosts/[host]/, editing it, and then adding it to flake.nix. after that you should clone the repo inside of /home/rae/ on your filesystem

default applications

  • compositor xcompmgr
  • DM SDDM
  • launcher rofi
  • statusbar yambar
  • WM openbox

openbox hotkeys

Menus
    A-d
        Main menu
    A-/
        Passwords
    A-? (SA-/)
        Application menu
    A-.
        ssh menu
    A-c
        Client (window) menu

Window actions
    A-Return
        Iconify
    A-Up
        Raise
    A-Down
        Lower
    A-[hjkl]
        Move
    CA-x
        Close
    CA-f
        Fullscreen
    CA-m
        Maximize
    SA-Left
        Switch focus to previous window
    SA-Right
        Switch focus to previous window
    A-Tab
        Cycle focus to windows in all workspaces

Workspace management
    A-Left
        Switch to previous workspace
    A-Right
        Switch to next workspace
    A-[123456]
        Switch to specific workspace

Miscellaneous
    A-F12
        Take screenshot
    CA-Return
        Open terminal (kitty)
    CAS-r
        Restart

(history)

here is the very first finalized version of this config that was originally tested on a qemu vm. it took 14 hours to set up. after running it on the machine itself and switching over to the configuration in its entirety i realized that it was complete and utter HORSESHIT. making things look nice again took another like four hours.

image