mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 20:00:50 +01:00
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
b4b86215b5
I don't think I've ever used these keybinds after I learned about holding the left mouse button to move windows and holding the right mouse button to resize them. If you don't have access to a mouse, you probably don't need to resize windows anyway, and certainly not float them. tmux is still an option, and the preselect ratio option of bspc is still there. Ultimately, since sxhkd just runs shell commands, you can resize windows through a terminal or shell script as well. |
||
---|---|---|
.config | ||
.gnupg | ||
.httpie | ||
.icons/default | ||
.editorconfig | ||
.gitconfig | ||
.gitignore | ||
.mailcap | ||
.stow-local-ignore | ||
.tmux.conf | ||
.vimrc | ||
.xinitrc | ||
.xmodmap | ||
.Xresources | ||
LICENSE | ||
Makefile | ||
README.md |
New Start
Vim is my editor, *nix is my IDE.
- Window manager: bspwm with
XDG_CURRENT_DESKTOP=KDE
- Bar: polybar
- Launcher: rofi
- Icons: Papirus
Usage
I manage my dotfiles with stow
. Once you have stow installed, run:
make install
Note
: Some of my config files are optimized for HiDPI (between 180 and 192dpi). Adjust those numbers for your display accordingly, or simply don't stow those files.
If you want to learn how to make your system work for you, see What is GNU/Linux? and What is free software?.