Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinbinard/i3

Custom i3 repo config
https://github.com/martinbinard/i3

Last synced: 3 days ago
JSON representation

Custom i3 repo config

Awesome Lists containing this project

README

        

# i3w custom repo

## Description

- A custom config repo for i3wm

# Config steps

## Dependencies

You need to install:

- picom
- rofi
- rofi-calc
- rofi-emoji
- rofi-file-browser-extended
- flameshot
- sysstat
- gpick

## Clone repo

Clone repo to `~/.config`

## Link scripts

```
ln -s $HOME/.config/i3/bin/main_dirs $HOME/.local/bin/main_dirs
ln -s $HOME/.config/i3/bin/i3exit $HOME/.local/bin/i3exit
ln -s $HOME/.config/i3/bin/pick-color $HOME/.local/bin/pick-color
ln -s $HOME/.config/i3/bin/rofi-clip-images $HOME/.local/bin/rofi-clip-images
ln -s $HOME/.config/i3/bin/rofi-open-terminal $HOME/.local/bin/rofi-open-terminal
ln -s $HOME/.config/i3/bin/picom.conf $HOME/.config/picom.conf
```

And add the permissions to the files inside `bin` folder.