2018-02-10 08:56:56 +01:00
|
|
|
# Dotfiles
|
|
|
|
These are the configuration files I currently use for my daily driver setup of i3 etc.
|
2018-02-09 14:18:35 +01:00
|
|
|
|
|
|
|
# Multimonitor support
|
2018-02-10 08:56:56 +01:00
|
|
|
I have implemented a manual switching mechanism so that I can switch configuration if I'm at work, at home or just the laptop
|
2018-02-09 14:18:35 +01:00
|
|
|
|
|
|
|
# Components
|
|
|
|
* [i3-gaps](https://github.com/Airblader/i3)
|
|
|
|
* [Rofi](https://github.com/DaveDavenport/rofi)
|
|
|
|
* [Dunst](https://github.com/dunst-project/dunst)
|
2018-05-01 16:00:01 +02:00
|
|
|
* [URxvt](https://github.com/exg/rxvt-unicode)
|
2018-02-09 14:18:35 +01:00
|
|
|
|
2018-02-10 10:26:27 +01:00
|
|
|
## Applications
|
2018-05-01 16:00:01 +02:00
|
|
|
* [ncmpcpp](https://github.com/arybczak/ncmpcpp)
|
|
|
|
* [NewsBoat](https://github.com/newsboat/newsboat)
|
2018-02-10 10:26:27 +01:00
|
|
|
|
2018-02-10 10:04:30 +01:00
|
|
|
|
2018-02-09 15:54:55 +01:00
|
|
|
# Stow Commands
|
2018-02-09 15:41:00 +01:00
|
|
|
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
|
|
|
|
~~~
|
2018-02-09 15:39:37 +01:00
|
|
|
stow -t ~ i3
|
|
|
|
stow -t ~ rofi
|
2018-02-11 17:03:59 +01:00
|
|
|
stow -t ~ urxvt
|
2018-05-01 16:00:01 +02:00
|
|
|
stow -t ~ newsboat
|
2018-05-09 13:27:32 +02:00
|
|
|
stow -t ~ sublime
|
|
|
|
stow -t ~ bash
|
2018-02-09 15:41:00 +01:00
|
|
|
~~~
|