2024-03-24 17:51:29 +01:00
|
|
|
# Usage
|
|
|
|
|
2024-03-24 17:53:17 +01:00
|
|
|
### Applications
|
2024-03-24 17:56:56 +01:00
|
|
|
| | NixOS 23.11 | channel |
|
|
|
|
|--------------------------| -------------------------------------- | ---------|
|
|
|
|
| **Application Launcher** | Wofi | stable |
|
|
|
|
| **Bar** | Waybar | stable |
|
|
|
|
| **Browsers** | Firefox, Google Chrome, Microsoft Edge | unstable |
|
|
|
|
| **Clipboard Manager** | clipse | unstable |
|
|
|
|
| **Desktop Environment** | Gnome, Hyprland (primary) | unstable |
|
|
|
|
| **Display Server** | Wayland | unstable |
|
|
|
|
| **File Manager** | Nautilus | stable |
|
|
|
|
| **Image Viewer** | Loupe | stable |
|
|
|
|
| **Image Editor** | GIMP | stable |
|
|
|
|
| **Music Player** | Spotify | unstable |
|
|
|
|
| **Shell** | zsh | stable |
|
|
|
|
| **Password Manager** | Bitwarden | unstable |
|
|
|
|
| **Terminal Emulator** | Alacritty | stable |
|
|
|
|
| **Text Editors** | vim, Visual Studio Code | unstable |
|
|
|
|
| **Video Player** | mpv | stable |
|
|
|
|
| **VPN Client** | Tailscale | unstable |
|
2024-03-24 17:51:29 +01:00
|
|
|
|
|
|
|
Other usefull utilities:
|
|
|
|
- git
|
|
|
|
- imagemagick
|
|
|
|
- meld
|
|
|
|
- nextcloud-client
|
|
|
|
- solaar
|
|
|
|
- sshfs
|
|
|
|
|
2024-03-24 17:53:17 +01:00
|
|
|
### Hyprland
|
2024-03-24 17:51:29 +01:00
|
|
|
#### Keyboard bindings
|
|
|
|
|
|
|
|
`mainMod = SUPER`
|
|
|
|
|
|
|
|
| applications | |
|
|
|
|
| -------------| -------------------- |
|
|
|
|
| mM + enter | terminal |
|
|
|
|
| mM + C | clipboard manager |
|
|
|
|
| mM + D | application launcher |
|
|
|
|
| mM + E | file manager |
|
|
|
|
| mM + L | lock screen |
|
|
|
|
| mM + S | take screenshot |
|
|
|
|
|
|
|
|
|
|
|
|
| focus | |
|
|
|
|
| ---------- | ---------------- |
|
|
|
|
| mM + up | move focus up |
|
|
|
|
| mM + down | move focus down |
|
|
|
|
| mM + left | move focus left |
|
|
|
|
| mM + right | move focus right |
|
|
|
|
|
|
|
|
|
|
|
|
| window control | |
|
|
|
|
| ----------------- | ----------------- |
|
|
|
|
| mM + F | window fullscreen |
|
|
|
|
| mM + J | toggle split |
|
|
|
|
| mM + P | toggle pseudo |
|
|
|
|
| mM + Q | window close |
|
|
|
|
| mM + V | toggle float |
|
|
|
|
| mM + mouse_right | move window |
|
|
|
|
| mM + mouse_left | resize window |
|
|
|
|
| ALT SHIFT + up | move window up |
|
|
|
|
| ALT SHIFT + down | move window down |
|
|
|
|
| ALT SHIFT + left | move window left |
|
|
|
|
| ALT SHIFT + right | move window right |
|
|
|
|
|
|
|
|
|
|
|
|
| workspace | |
|
|
|
|
| --------------------- | ------------------------------- |
|
|
|
|
| mM + 0-9 | move focus to workspace 0-9 |
|
|
|
|
| mM + SHIFT + 0-9 | move window to workspace 0-9 |
|
|
|
|
| mM + mouse_wheel_up | move focus to previous workspace |
|
|
|
|
| mM + mouse_wheel_down | move focus to next workspace |
|
|
|
|
|
|
|
|
|
|
|
|
#### Autostart (in order)
|
|
|
|
- waybar
|
|
|
|
- tailscale
|
|
|
|
- clipse
|
|
|
|
- blueman-tray
|
|
|
|
- solaar
|
|
|
|
- nextcloud-desktop
|
|
|
|
- bitwarden (workspace 1)
|
|
|
|
- firefox (workspace 2)
|
|
|
|
- alacritty (workspace 3)
|
|
|
|
|
|
|
|
## Theme
|
|
|
|
TODO
|