Skip to content

monte0x00/i3-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monte0x00 i3-dotfiles ♥ awesome-rice-badge

The i3wm & alacritty dotfiles!

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.

Dependencies

desc. name
wallpaper: feh
monitors config (optional): xrandr
terminal: alacritty
file manager & application launcher: pcmanfm
screenshoter: maim & xclip

Installation

  1. Clone this repository.

    git clone https://github.com/monte0x00/i3-dotfiles.git
  2. Install dependencies. (if you use another package manager like apt or dnf, 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
  1. Copy configs files.

    cd i3-dotfiles
    cp -r i3 "$HOME/.config"
    cp -r alacritty "$HOME/.config"
  2. Create feh directory & copy wallpaper.

    mkdir -p /usr/share/backgrounds
    cp -r wp.png /usr/share/backgrounds
  3. Install the GTK theme, font and icon theme

Preview

wallpaper made by Aoi Ogata

Keybinds

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
print 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

Style

desc. name
icons: Papirus Icon Theme (Red)
theme: Adwaita Color Variants (Red Dark)
font: Iosevka Nerd Font

Contributions

you can to create issue or pull request.

distributed under the GPLv3+ license.