Skip to content

Commit

Permalink
awesome conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypei committed Sep 30, 2014
1 parent e382c10 commit fc8ee2f
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 0 deletions.
18 changes: 18 additions & 0 deletions archlinux/dotfiles/config/awesome/neo_quick_launcher.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
-- Standard awesome library
local awful = require("awful")
-- Theme handling library
local beautiful = require("beautiful")

local result = { }
local btns = { }

btns["emacs"] = awful.widget.launcher({
name = "emacs",
--image = beautiful.awesome_icon,
image = "/usr/share/icons/Faenza/apps/16/emacs.png",
command = "env LC_ALL=zh_CN.UTF-8 /usr/bin/emacs"
})

result["btns"] = btns

return result
Loading

0 comments on commit fc8ee2f

Please sign in to comment.