I hereby claim:
- I am beast2013 on github.
- I am beast2013 (https://keybase.io/beast2013) on keybase.
- I have a public key ASCcczGz7BYBvn7_9MQXooAbkFpNeSwNGbNZnuaAoz14bgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # i3status configuration file. | |
| # see "man i3status" for documentation. | |
| # It is important that this file is edited as UTF-8. | |
| # The following line should contain a sharp s: | |
| # ß | |
| # If the above line is not correctly displayed, fix your editor first! | |
| general { | |
| colors = true |
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout somewhen, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
| #!/bin/sh | |
| lock() { | |
| i3lock | |
| } | |
| case "$1" in | |
| lock) | |
| lock | |
| ;; | |
| logout) |
| require("termit.colormaps") | |
| require("termit.utils") | |
| defaults = {} | |
| defaults.encoding = 'UTF-8' | |
| defaults.wordChars = '+-AA-Za-z0-9,./?%&#:_~' | |
| defaults.font = 'monospace 10' | |
| defaults.showScrollbar = false | |
| defaults.hideSingleTab = true | |
| defaults.hideTabbar = true |