diff options
author | eug-vs <eug-vs@keemail.me> | 2021-04-26 00:52:56 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-04-26 00:52:56 +0300 |
commit | 752da0d92e59a17e9f1c5ed76452ba98097d6f7b (patch) | |
tree | 5d76b33084caff9836676ae893541d5938073926 /Documents | |
parent | 6a375209381c396402e23c72b05f7a2854f9ceb5 (diff) | |
download | dotfiles-752da0d92e59a17e9f1c5ed76452ba98097d6f7b.tar.gz |
docs: add environment section
Diffstat (limited to 'Documents')
-rw-r--r-- | Documents/wiki/alacritty.md | 8 | ||||
-rw-r--r-- | Documents/wiki/environment.md | 47 | ||||
-rw-r--r-- | Documents/wiki/i3wm.md | 14 | ||||
-rw-r--r-- | Documents/wiki/index.md | 3 |
4 files changed, 48 insertions, 24 deletions
diff --git a/Documents/wiki/alacritty.md b/Documents/wiki/alacritty.md deleted file mode 100644 index 0978e85..0000000 --- a/Documents/wiki/alacritty.md +++ /dev/null @@ -1,8 +0,0 @@ -# alacritty - -## Color scheme -Colors match Vim grubox theme: https://github.com/morhetz/gruvbox - -## NerdFonts -I use `DejaVu Sans Mono` - download from [AUR](https://aur.archlinux.org/packages/nerd-fonts-dejavu-complete/) - diff --git a/Documents/wiki/environment.md b/Documents/wiki/environment.md new file mode 100644 index 0000000..cc90b24 --- /dev/null +++ b/Documents/wiki/environment.md @@ -0,0 +1,47 @@ +# Environment +I try to keep my desktop very minimal and [suckless](https://suckless.org). + +## General + +### Dynamic Window Manager +I use my own patched version of [suckless `dwm`](https://dwm.suckless.org/): https://github.com/eug-vs/dwm + +Patches included: + - Respects [Xresources](../../.Xresources) + - `Mod` is set to `Super` + - Unused tags are hidden + - Gaps between windows + - Customized bar + - [Swallow](https://dwm.suckless.org/patches/swallow/) patch + + +### Simple terminal +I use my own patched version of [suckless `st`](https://st.suckless.org/): https://github.com/eug-vs/st + +Patches included: + - Respects [Xresources](../../.Xresources) + - Zoom `Ctrl+(-/0)` + - Fills all space allocated by WM + + +### Dmenu - application launcher +I also use customized `dmenu`: https://github.com/eug-vs/dmenu + +Patches included: + - Respects [Xresources](../../.Xresources) + - Matches line height to statusbar + + +### Dwmblocks - status bar +I use `dwmblocks` combined with [i3blocks-modules](https://github.com/cytopia/i3blocks-modules) scripts for a cool status bar: https://github.com/eug-vs/dwmblocks + + +## Appearance +Appearance of all apps is controlled via [Xresources](../../.Xresources). + +### Colorscheme +I <3 `gruvbox`: https://github.com/morhetz/gruvbox + +### Fonts +I use `nerd-fonts`, at the moment my font of choice is `Fira Code`. + diff --git a/Documents/wiki/i3wm.md b/Documents/wiki/i3wm.md deleted file mode 100644 index e0807cc..0000000 --- a/Documents/wiki/i3wm.md +++ /dev/null @@ -1,14 +0,0 @@ -# i3wm - -## Application launcher -I use `Rofi` (unconfigured) instead of `dmenu`: https://github.com/davatorium/rofi - -## Screenshots -I use `ImageMagick` to make screenshots, see [`~/.local/bin/screenshot.sh`](../../.local/bin/screenshot.sh). - -## Bassboost mode -While key combination `win+b` is pressed, **crazy mic bassboost mode** is active. Basically it's just the toggle between two mic volumes - default and very high (up to the point when it starts distorting). -This is just for fun and probably should not be here, but I decided to leave it anyway. - -**Note**: using this is dangerous since it might hurt someone's ears or damage the microphone. - diff --git a/Documents/wiki/index.md b/Documents/wiki/index.md index 7a0b3db..06fcc86 100644 --- a/Documents/wiki/index.md +++ b/Documents/wiki/index.md @@ -1,8 +1,7 @@ # Wiki index ## General - - [i3wm](i3wm.md) - my customizations of i3 tiling window manager - - [alacritty](alacritty.md) - terminal + - [environment](environment) - window manager and appearance - [tmux](tmux.md) - terminal multiplexer - [vim](vim.md) - minimal Neovim configuration and tips |