This is a repo for my personal dotfiles.
I am using Debain 12 and working currently with i3 and its adjacents like:
- 13blocks
- i3lock
- i3status
- picom
To use these dotfiles, you can clone the repository and copy the files to your home directory:
# Clone the repository
git clone https://github.com/CrescentMnn/dotfiles.git
# Navigate to the dotfiles directory
cd dotfiles
# Copy the configuration files to your home directory
cp -r .config/* ~/.config/
This repository includes configuration files for the following:
- i3: The window manager configuration.
- i3status: The status bar configuration.
- i3blocks: A flexible status line for the i3 window manager.
- picom: A compositor for X11, used for window transparency and effects.
- scripts: Custom scripts, including
i3lock
for screen locking.
The i3 configuration file is located at .config/i3/config
. This file contains the keybindings, window rules, and other settings for the i3 window manager.
The i3status configuration file is located at .config/i3status/config
. This file defines what information is displayed in the i3 status bar.
The i3blocks configuration file is located at .config/i3blocks/config
. This file allows you to customize the blocks displayed in the status bar.
The picom configuration file is located at .config/picom/picom.conf
. This file contains settings for window transparency, shadows, and other visual effects.
The scripts
directory contains custom scripts that enhance the functionality of i3. For example, the i3lock
script is used for locking the screen with a custom lock screen.