diff options
author | eug-vs <eug-vs@keemail.me> | 2020-12-08 01:03:46 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-12-08 01:03:46 +0300 |
commit | 125156a2ce9a7666c5a86b3c69b94d2751eb540d (patch) | |
tree | 22f78032526877c5ad4d8eb96e57f72a5b2e21ff /Documents/wiki/i3wm.md | |
parent | eb95acf35b113812d45c8a33a27339c9d0a3dc1d (diff) | |
download | dotfiles-125156a2ce9a7666c5a86b3c69b94d2751eb540d.tar.gz |
chore: update wiki and move it to Documents
Diffstat (limited to 'Documents/wiki/i3wm.md')
-rw-r--r-- | Documents/wiki/i3wm.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documents/wiki/i3wm.md b/Documents/wiki/i3wm.md new file mode 100644 index 0000000..2002f6e --- /dev/null +++ b/Documents/wiki/i3wm.md @@ -0,0 +1,15 @@ +# i3wm + +## Workspace generator +Script `~/.vifm/scripts/i3-workspace.sh` provides an easy-to-use layout generator: +```bash +./i3-workspace.sh ~/path/to/my/working/directory +``` +It open opens `nvim` + 2 instances of `alacritty` in a new workspace. This script is aliasde to `:w` command in `vifm`. + +## 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. + |