Skip to content

Latest commit

 

History

393 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Banner

My personal dotfiles. Built with simplicity, no animations, no blur, no rounded corners, no compositor.

Installation

Important

Made for Arch based distros with systemd, on a fresh minimal install. Running it on an existing desktop overwrites your theming, shell, and display manager config.

  1. Clone the repository:
git clone --depth 1 https://github.com/Justus0405/i3wm-dotfiles.git
  1. Navigate to the directory:
cd i3wm-dotfiles/src/
  1. Make the installation script executable:
chmod +x install.sh
  1. Run the installation script:
./install.sh
  1. After the installation is finished the script will automaticly reboot into the new enviroment.

Screenshots


FAQ

How do I change, add, or delete wallpapers?

  • To add or delete wallpapers: Copy your wallpaper files to ~/.config/wallpapers/ to add them, or delete files from this directory to remove them.
  • To change your wallpaper: Press SUPER + W, select via arrow keys and press Enter to apply it.

Applications

Role Package
Window Manager i3-wm
Login Manager ly
App Launcher rofi
Status Bar polybar
Wallpaper feh
File Manager nemo
Terminal alacritty
Browser chromium + brave
Media Player mpv
Screenshot flameshot
Audio pipewire + wireplumber
Text Editor nano
Icon Theme papirus-icon-theme
Font ttf-jetbrains-mono-nerd

Keybinds

Keys Action
Super + RETURN / ENTER launch alacritty (terminal)
Super + E launch nemo (filemanager)
Super + B launch brave (browser)
Super + N screenshot selected area (flameshot)
Super + M screenshot entire screen (flameshot)
Super + Q quit active/focused window

Keys Action
Super + D Rofi (application launcher)
Super + O Rofi (ssh selector)
Super + P Rofi (calculator)
Super + W Rofi (wallpaper picker)
ALT + TAB Rofi (window switcher)

Keys Action
Super + NUMBER switch to workspace
Super + SHIFT + NUMBER move focused container to workspace
Super + SHIFT + C reload the configuration file
Super + SHIFT + R restart i3
Super + Shift + E quit i3 session
Super + F enter fullscreen mode for the focused container
Super + SHIFT + SPACE toggle tiling / floating

Keys Action
Super + Shift + move left
Super + Shift + move down
Super + Shift + move up
Super + Shift + move right

Credits

Copyright © 2024-present Justus0405