all repos — tint2 @ 496f26afd94b688cc52edf7efbbf0143f0a75203

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

format-code.sh (raw)

1
2
3
#!/bin/bash

find . '(' -name '*.h' -o -name '*.c' ')' -exec clang-format-3.7 -style=file -i '{}' \;