- The colorscheme is a combmination of both gruvbox and gruvbox-material in my configs
- OS: Arch Linux
- Window Manager: i3
- Bar: polybar
- Launcher: rofi
- Compositor: picom
- Terminal: alacritty
- Code Editor : Neovim
- Lockscreen: i3lock
- File Manager: pcmanfm
- Fonts: roboto-condensed (for rofi and polybar), font-awesome (for rofi and polybar), monospace, jetbrainsmono, jetbrainsmono nerd fonts, firacode nerd font (for terminal,qtile bar)
- Policykit: mate-polkit
- All the keymaps can be found in the
.config/nvim/lua/grimmvim/core/keymaps.lua
file. - Keymaps for
substitute.nvim
is in its plugin file:.config/nvim/lua/grimmvim/plugins/substitute.lua
- Press
<leader>fk
to find available keymaps.
-
remove or backup the
nvim
folder from the following directory :~/.config/nvim
~/.cache/nvim
~/.local/share/nvim
~/.local/state/nvim
-
Now copy my
nvim
config folder in the~/.config
directory
.
├── init.lua
├── lazy-lock.json
└── lua
└── grimmvim
├── core
│ ├── init.lua
│ ├── keymaps.lua
│ ├── lazy.lua
│ └── options.lua
└── plugins
├── alpha.lua
├── autopairs.lua
├── cmp.lua
├── colorizer.lua
├── colorscheme.lua
├── comments.lua
├── dressing.lua
├── filetree.lua
├── gitsigns.lua
├── indent.lua
├── lsp
│ ├── formatting.lua
│ ├── lspconfig.lua
│ ├── lspsaga.lua
│ └── mason.lua
├── lualine.lua
├── luasnip.lua
├── markdown.lua
├── notify.lua
├── session.lua
├── substitute.lua
├── surround.lua
├── tagbar.lua
├── telescope.lua
├── toggleTerm.lua
├── treesitter.lua
├── utilities.lua
└── whichkey.lua
- .config/i3/scripts/power.sh
- .config/qtile/scripts/power.sh
- .config/polybar/i3_bar.sh
Workspace Number | Assigned Apps |
---|---|
1 | Terminal |
2 | Browser |
3 | Development/Coding |
4 | File Manager |
5 | Chat |
6 | Design tools |
7 | Office tools |
8 | System tools |
Keybindings | Actions |
---|---|
mod+t | Tiling Mode |
mod+e | Tab Mode |
mod+s | Stacking Mode |
mod+d | rofi drun |
alt+d | rofi run |
alt+w | rofi windows |
alt+m | rofi emoji |
mod+Shift+e | Power Menu |
mod+return | Kitty terminal |
mod+Shift+q | Kills a window |
mod+ctrl+vim keys | resize window |
mod+z | horizontal |
mod+a | vertical |
mod+m | toggle fullscreen |
mod+space | floating window |
mod+q | focus floating window |
mod+p | focus parent |
mod+w | firefox |
mod+n | pcmanfm |