Dot files for my laptop
Find a file
Michael Erdely a8085b55ce
Implement Scratchpad Chooser
Add script to handle choosing Apps in Scratchpad Workspace
Add niri keybind Mod+S for Scratchpad Chooser
Use Catppuccin Theme in tmux and tweak for Yazi
Reorder profile's "Wayland stuff section" and see XDG_CURRENT_DESKTOP
Set kitty's title to "Kitty"
Allow searching for app to toggle in run-app-toggle with -S
Allow --help in scripts
2025-08-30 10:51:15 -04:00
.config Implement Scratchpad Chooser 2025-08-30 10:51:15 -04:00
.local/bin Implement Scratchpad Chooser 2025-08-30 10:51:15 -04:00
srv/scripts/bin Follow XDG directory structures more closely 2025-08-22 16:18:52 -04:00
.bashrc No need to check if interactive twice 2025-08-29 11:08:53 -04:00
.zprofile No need include zshrc 2025-08-29 11:09:03 -04:00
README.md typo 2025-08-09 18:01:09 -04:00
sync Implement Scratchpad Chooser 2025-08-30 10:51:15 -04:00

My Dotfiles

Neovim config

  • .config/nvim/init.lua

Niri config

  • .config/niri/config.kdl

Tmux config

  • .config/tmux/tmux.conf
    • My main tmux config
  • /srv/scripts/bin/tmux*
    • Helper scripts

Vim config

  • .vimrc

Waybar config

  • .config/waybar
    • config.jsonc - main waybar config
    • modules.jsonc - included modules
    • style.css - waybar style
  • .config/local/waybar* - waybar overrides for syncing across multiple systems
    • waybar.jsonc
    • waybar.css
    • waybar_{primary,secondary,tertiary}.jsonc - specific configs for multiple monitors
  • .config/local/wb_*
    • wb_mode.jsonc - either a copy of wb_laptop.jsonc or wb_tablet.jsonc
    • wb_laptop.jsonc - waybar config overrides for laptop mode
    • wb_tablet.jsonc - waybar config overrides for tablet mode