Skip to content

rwithik/archrice

Repository files navigation

My Arch/i3-gaps dotfiles

Installing

Just clone the repo and copy the files you need, or make symbolic links. You probably don't want to do this, though. These dotfiles are made for my laptop and will probably look weird on any other system.

My Setup

I use wal to set up the color scheme for i3-wm, rofi, polybar, ..., bleh, pretty much everything

Zsh is a shell designed for interactive use, although it is also a powerful scripting language.

Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.

Why I use it: easily customizable prompts, useful plugins, looks better in general.

Your typical .zshrc. Additional aliases and functions are defined in the aliasrc and functionsrc files.

  • mkcd "<directory>": Will make a new directory named and cd into it.
  • psa "<name>": Will run ps aux | grep <name>
  • weather <place>: Will run curl wttr.in/<place>
  • ic: Opens the i3 config file in vim.
  • vc: Opens .vimrc in vim.
  • zc: Opens .zshrc in... you guessed it, vim.

And a few more...

My .vimrc comes with a few keymaps for C, C++ and Java. Also saving LaTeX and Markdown files automatically compiles them to pdf. Also jj and jk are mapped to <Esc> and <Esc>:w<Enter> respectively.

A fork of i3wm, a tiling window manager for Linux. It includes a few additional features like gaps, etc.

Your typical i3-gaps config. Uses wal colors.
Some key bindings were removed. For example, the resize mode was completely removed.
And lot of custom keybindings. And I mean a lot. Take a look at the i3-cheatsheet to some help.

A terminal file manager with image previews, based on python.

Almost the default config. Except for a custom command. Type :wp when an image is selected, to set it as the wallpaper using wal. Also generates oomox theme, if oomox is available.

The suckless terminal. Colors are loaded .Xresources file, ie wal colors. I use a custom build with some patches applied.

urxvt

My fallback terminal. wal colors. Looks pretty much the same as st.

Applications selecter, window switcher and dmenu alternative.

Set up to use the wal dark color scheme.

I use a custom dmenu build, mainly for prompts.

Generated with wpgtk Changes colors with wallpaper.

  • lockscreen.sh: An i3-lock script that replaces the screen with a pixellated screenshot.
  • todo.cpp: A todo app, minimal integration with dmenu
  • todoScript: A script that integrates the todo app with dmenu.
  • mdCompiler and latexCompiler: Auto compiles LaTeX and markdown files when they are saved in vim.
  • rangerScript and pcmanScript: Open a directory, selected through dmenu, in ranger or pcManFM. Requires ranger and pcManFM, obviously.
  • firefoxScript: Open a URL, selected through dmenu again, in a new tab in firefox. Can also open a search.
  • prompt: A prompt using dmenu