This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| abs | |
| acpi | |
| alsa-utils | |
| arp-scan | |
| autoconf | |
| automake | |
| baobab | |
| bash | |
| bison | |
| btrfs-progs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Lines configured by zsh-newuser-install | |
| HISTFILE=~/.histfile | |
| HISTSIZE=1000 | |
| SAVEHIST=1000 | |
| setopt autocd | |
| bindkey -v | |
| # End of lines configured by zsh-newuser-install | |
| # The following lines were added by compinstall | |
| zstyle :compinstall filename '/home/benkaiser/.zshrc' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(document).ready(function() { | |
| if(data !== undefined){ | |
| // the data loaded just fine | |
| loaded = true; | |
| } | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -f alsa -ac 2 -i pulse -f x11grab -s <widthxheight> -i :0.0<+offsetx,offsety> -acodec pcm_s16le -vcodec libx264 -r 25 -preset ultrafast -crf 0 -threads 0 <filename>.mkv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/dash -f | |
| # Configure wmii | |
| wmiiscript=wmiirc # For wmii.sh | |
| . wmii.sh | |
| # Configuration Variables | |
| MODKEY=Mod1 | |
| UP=k | |
| DOWN=j |
NewerOlder