I hereby claim:
- I am drewmcarthur on github.
- I am drewmcarthur (https://keybase.io/drewmcarthur) on keybase.
- I have a public key ASABgvOLoDg-u8V-lVjQ2KY6bhNwwwigK8JXCD0fZaH2CAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <html><head> | |
| <link href="http://fonts.googleapis.com/css?family=Lato:300,400,500" rel="stylesheet" type="text/css"> | |
| <style type="text/css"> | |
| span { | |
| position: absolute; | |
| top: 3.5px; | |
| } | |
| span.D{ | |
| left: 7.5px; | |
| } |
| // determine colors to set things, depending on if the lights are on | |
| var focused = 'black'; | |
| var faded = '#BBB'; | |
| // when the mouse hovers over an item in either the craft or build list | |
| $('#craftBtns > div, #buyBtns > div').not('.disabled').on('mouseenter', function(event){ | |
| // TODO: this should change with the engine event | |
| if(Engine.isLightsOff()){ | |
| focused = 'white'; | |
| faded = '#444'; |
- Wget ftp://ftp.gnu.org/pub/gnu/gettext/gettext-latest.tar.gz
- Untar file as tar -zxvf gettext-latest.tar.gz
cdto the directory containing the package's source code and type./configureto configure the package for your system. If you're usingcshon an old version of System V, you might need to typesh ./configureinstead to preventcshfrom trying to executeconfigureitself.
Running
configuretakes awhile. While running, it prints some messages telling which features it is checking for.
- Type
maketo compile the package.- Optionally, type
make checkto run any self-tests that come with the package.- Type
make installto install the programs and any data files and documentation.
| #!/bin/bash | |
| #This script simulates a 2D grid of workspaces with i3. | |
| #all you have to do is add the next line to your i3/config | |
| #bindsym <keys> exec <path>/i3/workspaces.sh <direction> [move win] | |
| #for example, | |
| #bindsym Control+Mod1+Right exec ~/.config/i3/workspaces.sh right |