Skip to content

Instantly share code, notes, and snippets.

View Selich's full-sized avatar
🏠
Working from home

Nikola Selic Selich

🏠
Working from home
View GitHub Profile
@Selich
Selich / README.md
Created May 27, 2017 14:57 — forked from niko/README.md
i3wm & mutt: check mails, blink caps lock led, mark mail workspace as urgent.

This puzzle has 3 parts:

  • A i3wm config that opens mutt in a dedicated workspace. $mod+m will switch to this workspace and will launch mutt, if not already running. Actually it doesn't launch mutt, but…
  • a small wrapper script, which opens a named pipe and then starts mutt.
  • a checkmail script which uses mailcheck(1) to tara check mail. If new mail is available, it blinks the CAPS LOCK led (which I mapped to CTRL anyway) and marks the mutt workspace via a bell.

Additional configuration:

  • set your terminal to mark urgent bells. In Termite the setting is "urgent_on_bell = true".
  • adopt you ~/.mailcheckrc to include paths to your mailboxes. In the simplest case it contains just the line "$(HOME)/Maildir/INBOX"
@Selich
Selich / .vimrc
Created April 11, 2017 11:55 — forked from gosukiwi/.vimrc
.vimrc
" ---------------------- USABILITY CONFIGURATION ----------------------
" Basic and pretty much needed settings to provide a solid base for
" source code editting
" don't make vim compatible with vi
set nocompatible
" turn on syntax highlighting
syntax on
" and show line numbers
@Selich
Selich / best-design-resources.md
Created March 23, 2017 14:39 — forked from MWins/best-design-resources.md
Best Web Design Resources
@Selich
Selich / List.md
Created February 25, 2017 16:34 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):