Skip to content

CommandMaker/dotfiles-i3-new

Repository files navigation

i3 ArchLinux config 2024

This repository contain a small configuration made for ArchLinux and based on Xfce4 and i3wm (i3-gaps)

The used theme is HackTheBox
Wallpaper : Your Lie In April

Screenshot

Install

To install, just link the differents folders to their proper place like for example the .Xmodmap file

ln -sf $(pwd)/.Xmodmap ~/.Xmodmap

You can also use the install script provided with this repo. Remember: This script is written for me at first. It can remove, create files or install packages so use it at your own risks. The script is designed to run on ArchLinux

Useful commands

Find the keycode for a key

To find the keycode of a key, we can use xev

xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n", $5, $8 }'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published