Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martinbinard/i3
- Owner: MartinBINARD
- Created: 2024-04-08T21:00:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T21:17:51.000Z (7 months ago)
- Last Synced: 2024-04-24T09:29:29.147Z (7 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.