This is my very simple personal dotfiles, pcmanfm my application launcher and files manager, my shutdown and reboot are the commands in terminal and firefox is my notifications deamon.
desc. | name |
---|---|
wallpaper: | feh |
monitors config (optional): | xrandr |
terminal: | alacritty |
file manager & application launcher: | pcmanfm |
screenshoter: | maim & xclip |
-
Clone this repository.
git clone https://github.com/monte0x00/i3-dotfiles.git
-
Install dependencies. (if you use another package manager like
apt
ordnf
, use it)
- Arch
sudo pacman -S feh xrandr alacritty pcmanfm maim xclip
- Debian
sudo apt install feh xrandr alacritty pcmanfm maim xclip
- Fedora
sudo dnf install feh xrandr alacritty pcmanfm maim xclip
-
Copy configs files.
cd i3-dotfiles
cp -r i3 "$HOME/.config"
cp -r alacritty "$HOME/.config"
-
Create feh directory & copy wallpaper.
mkdir -p /usr/share/backgrounds
cp -r wp.png /usr/share/backgrounds
-
Install the GTK theme, font and icon theme
- Download Papirus Icon Theme (Red) and copy
cp -r /usr/share/icons
- Download Adwaita Color Variants (Red Dark) and copy
cp -r /usr/share/themes
- Download Iosevka Nerd Font and copy
cp -r /usr/share/fonts
wallpaper made by Aoi Ogata
Remember win
refers to the super / mod key
keybind | function |
---|---|
win + t | launch terminal (alacritty) |
win + e | launch file manager (pcmanfm) |
win + shift + e | launch sudo pcmanfm |
screenshot (area selection) | |
win + q | close window |
win + f | fullscreen window |
win + space | floating window |
win + ← | focus left window |
win + ↓ | focus down window |
win + ↑ | focus up window |
win + → | focus right window |
win + shift + ← | move left window |
win + shift + ↓ | move down window |
win + shift + ↑ | move up window |
win + shift + → | move right window |
win + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 | workspaces switch |
win + shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 | workspaces move focus window |
win + shift + r | restart i3 |
desc. | name |
---|---|
icons: | Papirus Icon Theme (Red) |
theme: | Adwaita Color Variants (Red Dark) |
font: | Iosevka Nerd Font |
you can to create issue or pull request.
distributed under the GPLv3+ license.