6df4dbab3a91f05c3762d8e3f06895c5416e30d8
Keybind reference
| Keybind | What it does |
|---|---|
SUPER+Q |
Terminal |
SUPER+C |
Close current window |
SUPER+E |
File Manager |
SUPER+V |
Toggle Floating |
SUPER+Q |
Terminal |
SUPER+T |
App Launcher |
SUPER+P |
Psuedo |
SUPER+J |
Toggle Split |
SUPER+F |
Fullscreen |
| Keybind | What it does |
|---|---|
SUPER+RightArrow |
Move Focus (right) |
SUPER+LeftArrow |
Move Focus (left) |
SUPER+DownArrow |
Move Focus (down) |
SUPER+UpArrow |
Move Focus (up) |
| Keybind | What it does |
|---|---|
SUPER+SHIFT+RightArrow |
Window width +100 |
SUPER+SHIFT+LeftArrow |
Window width -100 |
SUPER+SHIFT+DownArrow |
Window height +100 |
SUPER+SHIFT+UpArrow |
Window height -100 |
| Keybind | What it does |
|---|---|
SUPER+CTRL+RightArrow |
Swap window pos (right) |
SUPER+CTRL+LeftArrow |
Swap window pos (left) |
SUPER+CTRL+UpArrow |
Swap window pos (down) |
SUPER+CTRL+DownArrow |
Swap window pos (up) |
| Mouse Keybind | What it does |
|---|---|
SUPER+MouseLeft |
Move window |
SUPER+MouseRight |
Resize window |
SUPER+ScrollUp |
Next workspace |
SUPER+ScrollDown |
Prev workspace |
| Keybind | What it does |
|---|---|
SUPER+[0-9] |
Switch to workspace X |
SUPER+SHIFT+[0-9] |
Move active window to workspace X |
SUPER+Z |
Special workspace |
SUPER+SHIFT+Z |
Move current window to special Workspace |
| Keybind | What it does |
|---|---|
SUPER+SHIFT+B |
Reload Waybar |
CTRL+ALT+DEL |
WLogout |
FN+F5 |
Prev music track |
FN+F6 |
Next music track |
FN+F7 |
Play/Pause music |
| Keybind | What it does |
|---|---|
SUPER+SHIFT+ENTER |
Change wallpaper |
SUPER+F1 |
Hide waybar |
SUPER+F2 |
Roblox Roblox |
SUPER+Space |
Switch Keyboard Layout (English, Latvian) |
How to install NixOS
- Install base NixOS from the commandline
- Without UI
- Use this disk configuration
/dev/sda1 - 1G fat32 fmask=0022 dmask=0022 vfat
mounts to /boot
# add compress=zstd
/dev/sdb2 - 100% btrfs, with these subvolumes:
root -> /
[noatime] nix -> /nix
home -> /home
root -> /root
-
Create user named
kris -
Run this in order:
cd ~
nix-shell -p git
- Run this inside the
nix-shell
git clone git@tangled.sh:kris.darkworld.download/nix /tmp/nix-config
sudo rm -rf /etc/nixos
sudo mv /tmp/nix-config /etc/nixos
cd /etc/nixos
sudo nixos-rebuild switch --flake /etc/nixos#default --cores 20
- Reboot, run this in your terminal:
mkdir -p /home/kris/Pictures/Screenshots
mkdir -p /home/kris/Downloads
mkdir -p /home/kris/Desktop
mkdir -p /home/kris/Documents
mkdir -p /home/kris/Projects
- Add this to
/etc/resolv.confas root
nameserver 1.1.1.1
Languages
Nix
66.8%
TypeScript
16.3%
Shell
10%
CSS
5.9%
QML
1%

