aboutsummaryrefslogtreecommitdiff
path: root/awesome/.config/awesome/config.lua
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /awesome/.config/awesome/config.lua
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to 'awesome/.config/awesome/config.lua')
-rw-r--r--awesome/.config/awesome/config.lua55
1 files changed, 55 insertions, 0 deletions
diff --git a/awesome/.config/awesome/config.lua b/awesome/.config/awesome/config.lua
new file mode 100644
index 0000000..b60fff2
--- /dev/null
+++ b/awesome/.config/awesome/config.lua
@@ -0,0 +1,55 @@
+-- a w e s o m e ███ ██
+-- ░██░ ░░
+-- █████ ██████ ███████ ██████ ██ █████
+-- ██░░░██ ██░░░░██░░██░░░██░░░██░ ░██ ██░░░██
+-- ░██ ░░ ░██ ░██ ░██ ░██ ░██ ░██░██ ░██
+-- ░██ ██░██ ░██ ░██ ░██ ░██ ░██░██ ░██
+-- ░░█████ ░░██████ ███ ░██ ░██ ░██░░██████
+-- ░░░░░ ░░░░░░ ░░░ ░░ ░░ ░░ ░░░░░██
+-- █████
+-- ░░░░░
+
+-- █▓▒░ interface settings
+modkey = "Mod4"
+altkey = "Mod1"
+bar_position = "bottom"
+tag_count = 4
+tag_icon = "◊"
+tag_icon_active = "◆"
+clock_format = " %a %m/%d %H:%M " -- http://linux.die.net/man/3/strftime
+battery_id = "BAT1"
+sloppy_focus = false
+
+-- █▓▒░ preffered apps
+terminal = "urxvtc"
+rootterm = "urxvtc -hold -e sudo "
+term_exec = "urxvtc -hold -e "
+filegui = "thunar"
+filecli = terminal.." -e mc"
+cpucli = terminal.." -e htop"
+editor = os.getenv("EDITOR") or "vim"
+editor_cmd = terminal.." -e "..editor
+apparence = "lxappearance"
+archiver = "file-roller"
+search = "catfish"
+guieditor = "subl"
+filer = "thunar"
+mediaplayer = "smplayer"
+musicplayer = terminal.." -e ncmpcpp"
+volumecontrol = terminal.. " -T sound -e alsamixer"
+irc = terminal.." -T weechat -e weechat-curses"
+iptraf = terminal.." -g -e sudo iptraf-ng -i all"
+burner = "xfburn"
+webgui = "chromium"
+webcli = terminal.." -e links2"
+ftpgui = "filezilla"
+torrent = "transmission-gtk"
+calc = "galculator"
+pdf = "evince"
+imageviewer = "viewnior"
+exiter = terminal.." -T goodbye -e bash /home/xero/code/sys/goodbye.sh"
+passmanager = "keepassx"
+runcmd = "gmrun"
+mp3tag = "puddletag"
+blanktag = terminal.. " -T blank"
+vbox = "gksudo " ..term_exec.. "modprobe vboxdrv && virtualbox"