bspwm keyboard driven window selection.
easyfocus [--emacs|-e]
- lemonbar
- wmctrl
- Emacs integration with ace-window
ace-window keybinding
M-o
Bind this script to capslock key. After 5 seconds of having pressed the capslock key it alerts you if it remains locked.
capslock-warn [<seconds>]
Rofi menu for bspwm.
bspwm-actions [resize|attribute|monitor]
Highlight matches
colog [<color1> <pattern11> <pattern12> ...] [<color2> <pattern21> <pattern22> ...] ...
-r|--red
-g|--green
-y|--yellow
-b|--blue
-m|--magenta
-c|--cyan
regex patterns.
-l|--log or without arguments
Colorize ‘ERROR’ with red, ‘DEBUG’ with green, ‘WARN’ with yellow, ‘INFO’ with blue and numbers with cyan.
-s|--sensitive
Case sensitive.
echo warn error debug info 10 nil | colog
Subtract list
minus <file1> <file2>
file1
A
B
C
D
file2
A
D
$ minus file1 file2
B
C