1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-21 03:11:53 +02:00
eoli3n-dotfiles/README.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

2016-03-29 20:44:38 +02:00
# I3WM full config
![alt tag](http://img15.hostingpics.net/pics/971001201603291106411920x1200scrot.png)
![alt tag](http://img15.hostingpics.net/pics/391607201603291109041920x1200scrot.png)
![alt tag](http://img15.hostingpics.net/pics/487495201603291117121920x1200scrot.png)
2016-03-28 10:52:26 +02:00
# Env setup
2016-04-03 05:04:09 +02:00
2016-09-06 22:24:54 +02:00
sudo pacman -S i3-wm rxvt-unicode zsh git weechat i3lock ttf-hack vim weechat compton conky xbindkeys powerline powerline-fonts xorg-xrdb xclip zsh-syntax-highlighting
2016-03-29 20:22:22 +02:00
2016-04-03 05:04:09 +02:00
yaourt compton-git powerline ttf-font-awesome ttf-font-icons
2016-03-29 20:22:22 +02:00
2016-03-29 09:53:31 +02:00
# update font cache
2016-04-03 05:04:09 +02:00
fc-cache -f
2016-03-29 09:53:31 +02:00
2016-03-29 20:35:46 +02:00
# link to .Xdefaults
2016-04-03 05:04:09 +02:00
ln -s ~/.Xresources ~/.Xdefaults
2016-03-29 20:35:46 +02:00
# reload Xresources
2016-04-03 05:04:09 +02:00
xrdb ~/.Xresources
2016-03-29 20:35:46 +02:00
2016-03-29 20:22:22 +02:00
# Weechat solarized
2016-04-03 05:04:09 +02:00
/set weechat.bar.status.color_bg 0
/set weechat.bar.title.color_bg 0
/set weechat.color.chat_nick_colors 1,2,3,4,5,6
/set buffers.color.hotlist_message_fg 7
/set weechat.color.chat_highlight_bg red
/set weechat.color.chat_highlight black
/script install colorize_nicks.py buffers.pl iset.pl highmon.pl
2016-03-29 20:48:11 +02:00
2016-03-31 22:50:26 +02:00
# Enable services
2016-04-03 05:04:09 +02:00
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
systemctl --user enable interfacelift.timer
2016-03-31 22:50:26 +02:00
2016-03-29 20:48:11 +02:00
# Subprojects used
2016-04-03 05:04:09 +02:00
2016-03-29 20:48:11 +02:00
https://github.com/guimeira/i3lock-fancy-multimonitor
2016-03-31 22:50:26 +02:00
https://github.com/chjj/compton