Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.93 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.93 KB

themelbine/nixos-dotfiles

I generally try to keep this screenshot in the atcual state of the main branch, so you can imagine what you end up with Desktop Preview

🗒 About

I started using NixOS about a month ago. The main goal of this repository is to create the most modal and logical system possible. I'm tired of complex systems that take days to figure out. This repository is primarily for myself, but I don't mind if others use it as well.

Warning

These dotfiles are still under development. If anyone wishes to use them, please do so at your own risk.

Hyprland Keybinds ⌨️

Click to expand keybinds

💡 Tip
SUPER = WIN
This can be changed in the Hyprland settings.

General Bindings

  • Launch Kitty Terminal: SUPER + Return
  • Close Active Window: SUPER + Q
  • Exit Hyprland: SUPER + M
  • Fullscreen Active Window: SUPER + F
  • Launch Rofi: SUPER + D
  • Toggle Pseudotile Mode: SUPER + P
  • Toggle Split Mode: SUPER + T

Vim-like Navigation Bindings

  • Move Focus: SUPER + h/j/k/l
  • Move Window: SUPER + SHIFT + h/j/k/l
  • Resize Window: SUPER + CTRL + h/j/k/l

Workspace Management

  • Switch to Workspace [1-10]: SUPER + [1-0]
  • Move Active Window to Workspace [1-10] Silently: SUPER + SHIFT + [1-0]

Screenshots and Screen Recording

  • Screenshot Entire Screen: Print
  • Screenshot Area: SUPER + SHIFT + S
  • Toggle Screen Recording: SUPER + SHIFT + R

Mouse Bindings

  • Move Window with Drag: SUPER + Left Mouse Button
  • Resize Window with Drag: SUPER + Right Mouse Button

Note

I am happy to get feedback, feel free to create PRs and open issues.