Skip to content

gatekka/dotfiles

Repository files navigation

Dotfiles

All dotfiles are managed with Chezmoi.

Getting Started

Warning

These dotfiles are a living workspace and not fully polished. Do not run this command if you expect to replicate my exact system or don't know what you're doing. It will overwrite your configuration files and is irreversible!

To install, initialize, and apply these dotfiles with Chezmoi, run the following command:

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply gatekka

You can visit the official Chezmoi installation page for more options and details.

Featured Tools

These tools are configured in my dotfiles but aren’t included or installed automatically.

  • hyprlock — screen lock
  • hyprsplit — separate sets of workspaces per monitor
  • wlogout — logout menu
  • Vicinae — launcher
  • Waybar — status bar
  • AWWW / SWWW — handling wallpapers
  • Matugen — color generation
  • SwayNC — notification center

More Screenshots

Other Notes

Enable FN mode toggle on Nuphy Halo 75 keyboard

For Halo 75 users, the FN mode doesn't work natively on Linux. Thanks to this post, to fix this run the following commands:

# Set fnmode=2
echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
# Reboot to apply changes
reboot