mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
steamburn updated to 4.0; #129
This commit is contained in:
parent
c189f41415
commit
2ce2661daf
|
@ -563,7 +563,7 @@ globalkeys = awful.util.table.join(
|
||||||
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
||||||
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
||||||
|
|
||||||
--[[ Default
|
-- Default
|
||||||
-- Prompt
|
-- Prompt
|
||||||
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||||
{description = "run prompt", group = "launcher"}),
|
{description = "run prompt", group = "launcher"}),
|
||||||
|
@ -583,11 +583,12 @@ globalkeys = awful.util.table.join(
|
||||||
{description = "show the menubar", group = "launcher"})
|
{description = "show the menubar", group = "launcher"})
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- dmenu
|
--[[ dmenu
|
||||||
awful.key({ modkey }, "x", function ()
|
awful.key({ modkey }, "x", function ()
|
||||||
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||||
end)
|
end)
|
||||||
|
--]]
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
|
|
|
@ -617,7 +617,7 @@ globalkeys = awful.util.table.join(
|
||||||
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
||||||
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
||||||
|
|
||||||
--[[ Default
|
-- Default
|
||||||
-- Prompt
|
-- Prompt
|
||||||
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||||
{description = "run prompt", group = "launcher"}),
|
{description = "run prompt", group = "launcher"}),
|
||||||
|
@ -637,11 +637,12 @@ globalkeys = awful.util.table.join(
|
||||||
{description = "show the menubar", group = "launcher"})
|
{description = "show the menubar", group = "launcher"})
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- dmenu
|
--[[ dmenu
|
||||||
awful.key({ modkey }, "x", function ()
|
awful.key({ modkey }, "x", function ()
|
||||||
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||||
end)
|
end)
|
||||||
|
--]]
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
|
|
|
@ -548,7 +548,7 @@ globalkeys = awful.util.table.join(
|
||||||
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
||||||
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
||||||
|
|
||||||
--[[ Default
|
-- Default
|
||||||
-- Prompt
|
-- Prompt
|
||||||
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||||
{description = "run prompt", group = "launcher"}),
|
{description = "run prompt", group = "launcher"}),
|
||||||
|
@ -568,11 +568,12 @@ globalkeys = awful.util.table.join(
|
||||||
{description = "show the menubar", group = "launcher"})
|
{description = "show the menubar", group = "launcher"})
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- dmenu
|
--[[ dmenu
|
||||||
awful.key({ modkey }, "x", function ()
|
awful.key({ modkey }, "x", function ()
|
||||||
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||||
end)
|
end)
|
||||||
|
--]]
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
|
|
|
@ -643,7 +643,7 @@ globalkeys = awful.util.table.join(
|
||||||
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
||||||
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
||||||
|
|
||||||
--[[ Default
|
-- Default
|
||||||
-- Prompt
|
-- Prompt
|
||||||
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||||
{description = "run prompt", group = "launcher"}),
|
{description = "run prompt", group = "launcher"}),
|
||||||
|
@ -663,11 +663,12 @@ globalkeys = awful.util.table.join(
|
||||||
{description = "show the menubar", group = "launcher"})
|
{description = "show the menubar", group = "launcher"})
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- dmenu
|
--[[ dmenu
|
||||||
awful.key({ modkey }, "x", function ()
|
awful.key({ modkey }, "x", function ()
|
||||||
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||||
end)
|
end)
|
||||||
|
--]]
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
|
|
|
@ -616,7 +616,7 @@ globalkeys = awful.util.table.join(
|
||||||
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
||||||
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
||||||
|
|
||||||
--[[ Default
|
-- Default
|
||||||
-- Prompt
|
-- Prompt
|
||||||
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||||
{description = "run prompt", group = "launcher"}),
|
{description = "run prompt", group = "launcher"}),
|
||||||
|
@ -636,11 +636,12 @@ globalkeys = awful.util.table.join(
|
||||||
{description = "show the menubar", group = "launcher"})
|
{description = "show the menubar", group = "launcher"})
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- dmenu
|
--[[ dmenu
|
||||||
awful.key({ modkey }, "x", function ()
|
awful.key({ modkey }, "x", function ()
|
||||||
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||||
end)
|
end)
|
||||||
|
--]]
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
|
|
645
rc.lua.steamburn
645
rc.lua.steamburn
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
Steamburn Awesome WM config 3.0
|
Steamburn Awesome WM config 3.0
|
||||||
|
@ -8,13 +9,14 @@
|
||||||
-- {{{ Required libraries
|
-- {{{ Required libraries
|
||||||
local gears = require("gears")
|
local gears = require("gears")
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
awful.rules = require("awful.rules")
|
|
||||||
require("awful.autofocus")
|
require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
--local menubar = require("menubar")
|
--local menubar = require("menubar")
|
||||||
|
local freedesktop = require("freedesktop")
|
||||||
|
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Error handling
|
-- {{{ Error handling
|
||||||
|
@ -32,20 +34,20 @@ do
|
||||||
|
|
||||||
naughty.notify({ preset = naughty.config.presets.critical,
|
naughty.notify({ preset = naughty.config.presets.critical,
|
||||||
title = "Oops, an error happened!",
|
title = "Oops, an error happened!",
|
||||||
text = err })
|
text = tostring(err) })
|
||||||
in_error = false
|
in_error = false
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Autostart applications
|
-- {{{ Autostart applications
|
||||||
function run_once(cmd)
|
local function run_once(cmd)
|
||||||
findme = cmd
|
findme = cmd
|
||||||
firstspace = cmd:find(" ")
|
firstspace = cmd:find(" ")
|
||||||
if firstspace then
|
if firstspace then
|
||||||
findme = cmd:sub(0, firstspace-1)
|
findme = cmd:sub(0, firstspace-1)
|
||||||
end
|
end
|
||||||
awful.util.spawn_with_shell("pgrep -u $USER -x " .. findme .. " > /dev/null || (" .. cmd .. ")")
|
awful.spawn.with_shell(string.format("pgrep -u $USER -x %s > /dev/null || (%s)", findme, cmd))
|
||||||
end
|
end
|
||||||
|
|
||||||
run_once("urxvtd")
|
run_once("urxvtd")
|
||||||
|
@ -53,7 +55,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")
|
||||||
|
|
||||||
|
@ -62,7 +63,6 @@ modkey = "Mod4"
|
||||||
altkey = "Mod1"
|
altkey = "Mod1"
|
||||||
terminal = "urxvtc" or "xterm"
|
terminal = "urxvtc" or "xterm"
|
||||||
editor = os.getenv("EDITOR") or "nano" or "vi"
|
editor = os.getenv("EDITOR") or "nano" or "vi"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
|
||||||
|
|
||||||
-- user defined
|
-- user defined
|
||||||
browser = "firefox"
|
browser = "firefox"
|
||||||
|
@ -72,46 +72,44 @@ graphics = "gimp"
|
||||||
-- lain
|
-- lain
|
||||||
lain.layout.termfair.nmaster = 3
|
lain.layout.termfair.nmaster = 3
|
||||||
lain.layout.termfair.ncol = 1
|
lain.layout.termfair.ncol = 1
|
||||||
|
lain.layout.centerfair.nmaster = 3
|
||||||
local layouts = {
|
lain.layout.centerfair.ncol = 1
|
||||||
awful.layout.suit.floating,
|
|
||||||
lain.layout.uselessfair.horizontal,
|
|
||||||
lain.layout.uselesstile,
|
|
||||||
lain.layout.uselessfair,
|
|
||||||
lain.layout.termfair,
|
|
||||||
lain.layout.uselesspiral.dwindle
|
|
||||||
}
|
|
||||||
|
|
||||||
-- quake terminal
|
|
||||||
local quakeconsole = {}
|
|
||||||
for s = 1, screen.count() do
|
|
||||||
quakeconsole[s] = lain.util.quake({ app = terminal })
|
|
||||||
end
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Tags
|
-- {{{ Helper functions
|
||||||
tags = {
|
local function client_menu_toggle_fn()
|
||||||
names = { "web", "term", "docs", "media", "down"},
|
local instance = nil
|
||||||
layout = { layouts[1], layouts[3], layouts[4], layouts[1], layouts[6] }
|
|
||||||
}
|
|
||||||
for s = 1, screen.count() do
|
|
||||||
tags[s] = awful.tag(tags.names, s, tags.layout)
|
|
||||||
end
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Wallpaper
|
return function ()
|
||||||
if beautiful.wallpaper then
|
if instance and instance.wibox.visible then
|
||||||
for s = 1, screen.count() do
|
instance:hide()
|
||||||
gears.wallpaper.maximized(beautiful.wallpaper, s, true)
|
instance = nil
|
||||||
|
else
|
||||||
|
instance = awful.menu.clients({ theme = { width = 250 } })
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
mymainmenu = awful.menu.new({ items = require("freedesktop").menu.build(),
|
myawesomemenu = {
|
||||||
theme = { height = 16, width = 130 }})
|
{ "hotkeys", function() return false, hotkeys_popup.show_help end },
|
||||||
-- Menubar configuration
|
{ "manual", terminal .. " -e man awesome" },
|
||||||
--menubar.utils.terminal = terminal -- Set the terminal for applications that require it
|
{ "edit config", string.format("%s -e %s %s", terminal, editor, awesome.conffile) },
|
||||||
|
{ "restart", awesome.restart },
|
||||||
|
{ "quit", function() awesome.quit() end }
|
||||||
|
}
|
||||||
|
mymainmenu = freedesktop.menu.build({
|
||||||
|
before = {
|
||||||
|
{ "Awesome", myawesomemenu, beautiful.awesome_icon },
|
||||||
|
-- other triads can be put here
|
||||||
|
},
|
||||||
|
after = {
|
||||||
|
{ "Open terminal", terminal },
|
||||||
|
-- other triads can be put here
|
||||||
|
}
|
||||||
|
})
|
||||||
|
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
@ -176,7 +174,7 @@ memwidget = lain.widgets.mem({
|
||||||
})
|
})
|
||||||
|
|
||||||
-- /home fs
|
-- /home fs
|
||||||
fshomeupd = lain.widgets.fs({
|
fshome = lain.widgets.fs({
|
||||||
partition = "/home"
|
partition = "/home"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -199,7 +197,7 @@ netwidget = lain.widgets.net({
|
||||||
})
|
})
|
||||||
|
|
||||||
-- ALSA volume
|
-- ALSA volume
|
||||||
volumewidget = lain.widgets.alsa({
|
volume = lain.widgets.alsa({
|
||||||
settings = function()
|
settings = function()
|
||||||
header = " Vol "
|
header = " Vol "
|
||||||
vlevel = volume_now.level
|
vlevel = volume_now.level
|
||||||
|
@ -224,19 +222,24 @@ first = wibox.widget.textbox(markup.font("Tamsyn 4", " "))
|
||||||
spr = wibox.widget.textbox(' ')
|
spr = wibox.widget.textbox(' ')
|
||||||
|
|
||||||
-- Create a wibox for each screen and add it
|
-- Create a wibox for each screen and add it
|
||||||
mywibox = {}
|
local taglist_buttons = awful.util.table.join(
|
||||||
mypromptbox = {}
|
awful.button({ }, 1, function(t) t:view_only() end),
|
||||||
txtlayoutbox = {}
|
awful.button({ modkey }, 1, function(t)
|
||||||
mytaglist = {}
|
if client.focus then
|
||||||
mytasklist = {}
|
client.focus:move_to_tag(t)
|
||||||
mytaglist.buttons = awful.util.table.join(
|
end
|
||||||
awful.button({ }, 1, awful.tag.viewonly),
|
end),
|
||||||
awful.button({ modkey }, 1, awful.client.movetotag),
|
|
||||||
awful.button({ }, 3, awful.tag.viewtoggle),
|
awful.button({ }, 3, awful.tag.viewtoggle),
|
||||||
awful.button({ modkey }, 3, awful.client.toggletag),
|
awful.button({ modkey }, 3, function(t)
|
||||||
awful.button({ }, 4, function(t) awful.tag.viewnext(awful.tag.getscreen(t)) end),
|
if client.focus then
|
||||||
awful.button({ }, 5, function(t) awful.tag.viewprev(awful.tag.getscreen(t)) end))
|
client.focus:toggle_tag(t)
|
||||||
mytasklist.buttons = awful.util.table.join(
|
end
|
||||||
|
end),
|
||||||
|
awful.button({ }, 4, function(t) awful.tag.viewnext(t.screen) end),
|
||||||
|
awful.button({ }, 5, function(t) awful.tag.viewprev(t.screen) end)
|
||||||
|
)
|
||||||
|
|
||||||
|
local tasklist_buttons = awful.util.table.join(
|
||||||
awful.button({ }, 1, function (c)
|
awful.button({ }, 1, function (c)
|
||||||
if c == client.focus then
|
if c == client.focus then
|
||||||
c.minimized = true
|
c.minimized = true
|
||||||
|
@ -244,8 +247,8 @@ mytasklist.buttons = awful.util.table.join(
|
||||||
-- Without this, the following
|
-- Without this, the following
|
||||||
-- :isvisible() makes no sense
|
-- :isvisible() makes no sense
|
||||||
c.minimized = false
|
c.minimized = false
|
||||||
if not c:isvisible() then
|
if not c:isvisible() and c.first_tag then
|
||||||
awful.tag.viewonly(c:tags()[1])
|
c.first_tag:view_only()
|
||||||
end
|
end
|
||||||
-- This will also un-minimize
|
-- This will also un-minimize
|
||||||
-- the client, if needed
|
-- the client, if needed
|
||||||
|
@ -253,88 +256,112 @@ mytasklist.buttons = awful.util.table.join(
|
||||||
c:raise()
|
c:raise()
|
||||||
end
|
end
|
||||||
end),
|
end),
|
||||||
awful.button({ }, 3, function ()
|
awful.button({ }, 3, client_menu_toggle_fn()),
|
||||||
if instance then
|
|
||||||
instance:hide()
|
|
||||||
instance = nil
|
|
||||||
else
|
|
||||||
instance = awful.menu.clients({ width=250 })
|
|
||||||
end
|
|
||||||
end),
|
|
||||||
awful.button({ }, 4, function ()
|
awful.button({ }, 4, function ()
|
||||||
awful.client.focus.byidx(1)
|
awful.client.focus.byidx(1)
|
||||||
if client.focus then client.focus:raise() end
|
|
||||||
end),
|
end),
|
||||||
awful.button({ }, 5, function ()
|
awful.button({ }, 5, function ()
|
||||||
awful.client.focus.byidx(-1)
|
awful.client.focus.byidx(-1)
|
||||||
if client.focus then client.focus:raise() end
|
|
||||||
end))
|
end))
|
||||||
|
|
||||||
-- Writes a string representation of the current layout in a textbox widget
|
local function set_wallpaper(s)
|
||||||
function updatelayoutbox(layout, s)
|
-- Wallpaper
|
||||||
local screen = s or 1
|
if beautiful.wallpaper then
|
||||||
local txt_l = beautiful["layout_txt_" .. awful.layout.getname(awful.layout.get(screen))] or ""
|
local wallpaper = beautiful.wallpaper
|
||||||
layout:set_text(txt_l)
|
-- If wallpaper is a function, call it with the screen
|
||||||
|
if type(wallpaper) == "function" then
|
||||||
|
wallpaper = wallpaper(s)
|
||||||
|
end
|
||||||
|
gears.wallpaper.maximized(wallpaper, s, true)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
for s = 1, screen.count() do
|
local function update_txt_layoutbox(s)
|
||||||
-- Create a promptbox for each screen
|
-- Writes a string representation of the current layout in a textbox widget
|
||||||
mypromptbox[s] = awful.widget.prompt()
|
local txt_l = beautiful["layout_txt_" .. awful.layout.getname(awful.layout.get(s))] or ""
|
||||||
|
s.mytxtlayoutbox:set_text(txt_l)
|
||||||
|
end
|
||||||
|
|
||||||
-- Create a textbox widget which will contains a short string representing the
|
-- Re-set wallpaper when a screen's geometry changes (e.g. different resolution)
|
||||||
-- layout we're using. We need one layoutbox per screen.
|
screen.connect_signal("property::geometry", set_wallpaper)
|
||||||
txtlayoutbox[s] = wibox.widget.textbox(beautiful["layout_txt_" .. awful.layout.getname(awful.layout.get(s))])
|
|
||||||
awful.tag.attached_connect_signal(s, "property::selected", function ()
|
awful.screen.connect_for_each_screen(function(s)
|
||||||
updatelayoutbox(txtlayoutbox[s], s)
|
-- Quake application
|
||||||
end)
|
s.quake = lain.util.quake({ app = terminal })
|
||||||
awful.tag.attached_connect_signal(s, "property::layout", function ()
|
|
||||||
updatelayoutbox(txtlayoutbox[s], s)
|
-- Wallpaper
|
||||||
end)
|
set_wallpaper(s)
|
||||||
txtlayoutbox[s]:buttons(awful.util.table.join(
|
|
||||||
|
awful.tag({ "web", "term", "docs", "media", "down" }, s, {
|
||||||
|
awful.layout.suit.floating,
|
||||||
|
awful.layout.suit.tile,
|
||||||
|
awful.layout.suit.tile.bottom,
|
||||||
|
awful.layout.suit.fair,
|
||||||
|
awful.layout.suit.fair.horizontal,
|
||||||
|
})
|
||||||
|
|
||||||
|
-- Create a promptbox for each screen
|
||||||
|
s.mypromptbox = awful.widget.prompt()
|
||||||
|
|
||||||
|
--[[ Standard layoutbox
|
||||||
|
-- Create an imagebox widget which will contains an icon indicating which layout we're using.
|
||||||
|
-- We need one layoutbox per screen.
|
||||||
|
s.mylayoutbox = awful.widget.layoutbox(s)
|
||||||
|
s.mylayoutbox:buttons(awful.util.table.join(
|
||||||
|
awful.button({ }, 1, function () awful.layout.inc( 1) end),
|
||||||
|
awful.button({ }, 3, function () awful.layout.inc(-1) end),
|
||||||
|
awful.button({ }, 4, function () awful.layout.inc( 1) end),
|
||||||
|
awful.button({ }, 5, function () awful.layout.inc(-1) end)))
|
||||||
|
--]]
|
||||||
|
|
||||||
|
-- Textual layoutbox
|
||||||
|
s.mytxtlayoutbox = wibox.widget.textbox(beautiful["layout_txt_" .. awful.layout.getname(awful.layout.get(s))])
|
||||||
|
awful.tag.attached_connect_signal(s, "property::selected", function () update_txt_layoutbox(s) end)
|
||||||
|
awful.tag.attached_connect_signal(s, "property::layout", function () update_txt_layoutbox(s) end)
|
||||||
|
s.mytxtlayoutbox:buttons(awful.util.table.join(
|
||||||
awful.button({}, 1, function() awful.layout.inc(layouts, 1) end),
|
awful.button({}, 1, function() awful.layout.inc(layouts, 1) end),
|
||||||
awful.button({}, 3, function() awful.layout.inc(layouts, -1) end),
|
awful.button({}, 3, function() awful.layout.inc(layouts, -1) end),
|
||||||
awful.button({}, 4, function() awful.layout.inc(layouts, 1) end),
|
awful.button({}, 4, function() awful.layout.inc(layouts, 1) end),
|
||||||
awful.button({}, 5, function() awful.layout.inc(layouts, -1) end)))
|
awful.button({}, 5, function() awful.layout.inc(layouts, -1) end)))
|
||||||
|
|
||||||
-- Create a taglist widget
|
-- Create a taglist widget
|
||||||
mytaglist[s] = awful.widget.taglist(s, awful.widget.taglist.filter.all, mytaglist.buttons)
|
s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, taglist_buttons)
|
||||||
|
|
||||||
-- Create a tasklist widget
|
-- Create a tasklist widget
|
||||||
mytasklist[s] = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, mytasklist.buttons)
|
s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, tasklist_buttons)
|
||||||
|
|
||||||
-- Create the wibox
|
-- Create the wibox
|
||||||
mywibox[s] = awful.wibox({ position = "top", screen = s, height = 18 })
|
s.mywibox = awful.wibar({ position = "top", screen = s, height = 18 })
|
||||||
|
|
||||||
-- Widgets that are aligned to the left
|
-- Add widgets to the wibox
|
||||||
local left_layout = wibox.layout.fixed.horizontal()
|
s.mywibox:setup {
|
||||||
left_layout:add(first)
|
layout = wibox.layout.align.horizontal,
|
||||||
left_layout:add(mytaglist[s])
|
{ -- Left widgets
|
||||||
left_layout:add(spr)
|
layout = wibox.layout.fixed.horizontal,
|
||||||
left_layout:add(txtlayoutbox[s])
|
first,
|
||||||
left_layout:add(spr)
|
s.mytaglist,
|
||||||
left_layout:add(mypromptbox[s])
|
spr,
|
||||||
|
s.mytxtlayoutbox,
|
||||||
-- Widgets that are aligned to the right
|
--spr,
|
||||||
local right_layout = wibox.layout.fixed.horizontal()
|
s.mypromptbox,
|
||||||
if s == 1 then right_layout:add(wibox.widget.systray()) end
|
spr,
|
||||||
right_layout:add(spr)
|
},
|
||||||
right_layout:add(mpdwidget)
|
s.mytasklist, -- Middle widget
|
||||||
--right_layout:add(mailwidget)
|
{ -- Right widgets
|
||||||
right_layout:add(cpuwidget)
|
layout = wibox.layout.fixed.horizontal,
|
||||||
right_layout:add(memwidget)
|
wibox.widget.systray(),
|
||||||
right_layout:add(batwidget)
|
spr,
|
||||||
right_layout:add(netwidget)
|
mpdwidget,
|
||||||
right_layout:add(volumewidget)
|
mailwidget,
|
||||||
right_layout:add(mytextclock)
|
cpuwidget,
|
||||||
|
memwidget,
|
||||||
-- Now bring it all together (with the tasklist in the middle)
|
batwidget,
|
||||||
local layout = wibox.layout.align.horizontal()
|
netwidget,
|
||||||
layout:set_left(left_layout)
|
volume,
|
||||||
layout:set_middle(mytasklist[s])
|
mytextclock
|
||||||
layout:set_right(right_layout)
|
},
|
||||||
|
}
|
||||||
mywibox[s]:set_widget(layout)
|
end)
|
||||||
end
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Mouse bindings
|
-- {{{ Mouse bindings
|
||||||
|
@ -351,26 +378,36 @@ globalkeys = awful.util.table.join(
|
||||||
-- https://github.com/copycat-killer/dots/blob/master/bin/screenshot
|
-- https://github.com/copycat-killer/dots/blob/master/bin/screenshot
|
||||||
awful.key({ altkey }, "p", function() os.execute("screenshot") end),
|
awful.key({ altkey }, "p", function() os.execute("screenshot") end),
|
||||||
|
|
||||||
|
-- Hotkeys
|
||||||
|
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
|
||||||
|
{description="show help", group="awesome"}),
|
||||||
-- Tag browsing
|
-- Tag browsing
|
||||||
awful.key({ modkey }, "Left", awful.tag.viewprev ),
|
awful.key({ modkey, }, "Left", awful.tag.viewprev,
|
||||||
awful.key({ modkey }, "Right", awful.tag.viewnext ),
|
{description = "view previous", group = "tag"}),
|
||||||
awful.key({ modkey }, "Escape", awful.tag.history.restore),
|
awful.key({ modkey, }, "Right", awful.tag.viewnext,
|
||||||
|
{description = "view next", group = "tag"}),
|
||||||
|
awful.key({ modkey, }, "Escape", awful.tag.history.restore,
|
||||||
|
{description = "go back", group = "tag"}),
|
||||||
|
|
||||||
-- Non-empty tag browsing
|
-- Non-empty tag browsing
|
||||||
awful.key({ altkey }, "Left", function () lain.util.tag_view_nonempty(-1) end),
|
awful.key({ altkey }, "Left", function () lain.util.tag_view_nonempty(-1) end,
|
||||||
awful.key({ altkey }, "Right", function () lain.util.tag_view_nonempty(1) end),
|
{description = "view previous nonempty", group = "tag"}),
|
||||||
|
awful.key({ altkey }, "Right", function () lain.util.tag_view_nonempty(1) end,
|
||||||
|
{description = "view previous nonempty", group = "tag"}),
|
||||||
|
|
||||||
-- Default client focus
|
-- Default client focus
|
||||||
awful.key({ altkey }, "k",
|
awful.key({ altkey, }, "j",
|
||||||
function ()
|
function ()
|
||||||
awful.client.focus.byidx( 1)
|
awful.client.focus.byidx( 1)
|
||||||
if client.focus then client.focus:raise() end
|
end,
|
||||||
end),
|
{description = "focus next by index", group = "client"}
|
||||||
awful.key({ altkey }, "j",
|
),
|
||||||
|
awful.key({ altkey, }, "k",
|
||||||
function ()
|
function ()
|
||||||
awful.client.focus.byidx(-1)
|
awful.client.focus.byidx(-1)
|
||||||
if client.focus then client.focus:raise() end
|
end,
|
||||||
end),
|
{description = "focus previous by index", group = "client"}
|
||||||
|
),
|
||||||
|
|
||||||
-- By direction client focus
|
-- By direction client focus
|
||||||
awful.key({ modkey }, "j",
|
awful.key({ modkey }, "j",
|
||||||
|
@ -393,191 +430,255 @@ globalkeys = awful.util.table.join(
|
||||||
awful.client.focus.bydirection("right")
|
awful.client.focus.bydirection("right")
|
||||||
if client.focus then client.focus:raise() end
|
if client.focus then client.focus:raise() end
|
||||||
end),
|
end),
|
||||||
|
awful.key({ modkey, }, "w", function () mymainmenu:show() end,
|
||||||
-- Show Menu
|
{description = "show main menu", group = "awesome"}),
|
||||||
awful.key({ modkey }, "w",
|
|
||||||
function ()
|
|
||||||
mymainmenu:show({ keygrabber = true })
|
|
||||||
end),
|
|
||||||
|
|
||||||
-- Show/Hide Wibox
|
|
||||||
awful.key({ modkey }, "b", function ()
|
|
||||||
mywibox[mouse.screen].visible = not mywibox[mouse.screen].visible
|
|
||||||
end),
|
|
||||||
|
|
||||||
-- Layout manipulation
|
-- Layout manipulation
|
||||||
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
|
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end,
|
||||||
awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx( -1) end),
|
{description = "swap with next client by index", group = "client"}),
|
||||||
awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end),
|
awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx( -1) end,
|
||||||
awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end),
|
{description = "swap with previous client by index", group = "client"}),
|
||||||
awful.key({ modkey, }, "u", awful.client.urgent.jumpto),
|
awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end,
|
||||||
|
{description = "focus the next screen", group = "screen"}),
|
||||||
|
awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end,
|
||||||
|
{description = "focus the previous screen", group = "screen"}),
|
||||||
|
awful.key({ modkey, }, "u", awful.client.urgent.jumpto,
|
||||||
|
{description = "jump to urgent client", group = "client"}),
|
||||||
awful.key({ modkey, }, "Tab",
|
awful.key({ modkey, }, "Tab",
|
||||||
function ()
|
function ()
|
||||||
awful.client.focus.history.previous()
|
awful.client.focus.history.previous()
|
||||||
if client.focus then
|
if client.focus then
|
||||||
client.focus:raise()
|
client.focus:raise()
|
||||||
end
|
end
|
||||||
|
end,
|
||||||
|
{description = "go back", group = "client"}),
|
||||||
|
|
||||||
|
-- Show/Hide Wibox
|
||||||
|
awful.key({ modkey }, "b", function ()
|
||||||
|
for s in screen do
|
||||||
|
s.mywibox.visible = not s.mywibox.visible
|
||||||
|
end
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey, "Shift" }, "l", function () awful.tag.incmwfact( 0.05) end),
|
|
||||||
awful.key({ altkey, "Shift" }, "h", function () awful.tag.incmwfact(-0.05) end),
|
-- On the fly useless gaps change
|
||||||
awful.key({ modkey, "Shift" }, "l", function () awful.tag.incnmaster(-1) end),
|
awful.key({ altkey, "Control" }, "+", function () lain.util.useless_gaps_resize(1) end),
|
||||||
awful.key({ modkey, "Shift" }, "h", function () awful.tag.incnmaster( 1) end),
|
awful.key({ altkey, "Control" }, "-", function () lain.util.useless_gaps_resize(-1) end),
|
||||||
awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1) end),
|
|
||||||
awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1) end),
|
-- Rename tag
|
||||||
awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end),
|
awful.key({ altkey, "Shift" }, "r", function () lain.util.rename_tag() end),
|
||||||
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),
|
|
||||||
awful.key({ modkey, "Control" }, "n", awful.client.restore),
|
|
||||||
|
|
||||||
-- Standard program
|
-- Standard program
|
||||||
awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
|
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
|
||||||
awful.key({ modkey, "Control" }, "r", awesome.restart),
|
{description = "open a terminal", group = "launcher"}),
|
||||||
awful.key({ modkey, "Shift" }, "q", awesome.quit),
|
awful.key({ modkey, "Control" }, "r", awesome.restart,
|
||||||
|
{description = "reload awesome", group = "awesome"}),
|
||||||
|
awful.key({ modkey, "Shift" }, "q", awesome.quit,
|
||||||
|
{description = "quit awesome", group = "awesome"}),
|
||||||
|
|
||||||
-- Dropdown terminal
|
awful.key({ altkey, "Shift" }, "l", function () awful.tag.incmwfact( 0.05) end,
|
||||||
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
|
{description = "increase master width factor", group = "layout"}),
|
||||||
|
awful.key({ altkey, "Shift" }, "h", function () awful.tag.incmwfact(-0.05) end,
|
||||||
|
{description = "decrease master width factor", group = "layout"}),
|
||||||
|
awful.key({ modkey, "Shift" }, "h", function () awful.tag.incnmaster( 1, nil, true) end,
|
||||||
|
{description = "increase the number of master clients", group = "layout"}),
|
||||||
|
awful.key({ modkey, "Shift" }, "l", function () awful.tag.incnmaster(-1, nil, true) end,
|
||||||
|
{description = "decrease the number of master clients", group = "layout"}),
|
||||||
|
awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1, nil, true) end,
|
||||||
|
{description = "increase the number of columns", group = "layout"}),
|
||||||
|
awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1, nil, true) end,
|
||||||
|
{description = "decrease the number of columns", group = "layout"}),
|
||||||
|
awful.key({ modkey, }, "space", function () awful.layout.inc( 1) end,
|
||||||
|
{description = "select next", group = "layout"}),
|
||||||
|
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(-1) end,
|
||||||
|
{description = "select previous", group = "layout"}),
|
||||||
|
|
||||||
|
awful.key({ modkey, "Control" }, "n",
|
||||||
|
function ()
|
||||||
|
local c = awful.client.restore()
|
||||||
|
-- Focus restored client
|
||||||
|
if c then
|
||||||
|
client.focus = c
|
||||||
|
c:raise()
|
||||||
|
end
|
||||||
|
end,
|
||||||
|
{description = "restore minimized", group = "client"}),
|
||||||
|
|
||||||
|
-- Dropdown application
|
||||||
|
awful.key({ modkey, }, "z", function () awful.screen.focused().quake:toggle() end),
|
||||||
|
|
||||||
-- Widgets popups
|
-- Widgets popups
|
||||||
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
|
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
|
||||||
awful.key({ altkey, }, "h", function () fshomeupd.show(7) end),
|
awful.key({ altkey, }, "h", function () fshome.show(7) end),
|
||||||
awful.key({ altkey, }, "w", function () myweather.show(7) end),
|
awful.key({ altkey, }, "w", function () myweather.show(7) end),
|
||||||
|
|
||||||
-- ALSA volume control
|
-- ALSA volume control
|
||||||
awful.key({ altkey }, "Up",
|
awful.key({ altkey }, "Up",
|
||||||
function ()
|
function ()
|
||||||
os.execute(string.format("amixer set %s 1%%+", volumewidget.channel))
|
os.execute(string.format("amixer set %s 1%%+", volume.channel))
|
||||||
volumewidget.update()
|
volume.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey }, "Down",
|
awful.key({ altkey }, "Down",
|
||||||
function ()
|
function ()
|
||||||
os.execute(string.format("amixer set %s 1%%-", volumewidget.channel))
|
os.execute(string.format("amixer set %s 1%%-", volume.channel))
|
||||||
volumewidget.update()
|
volume.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey }, "m",
|
awful.key({ altkey }, "m",
|
||||||
function ()
|
function ()
|
||||||
os.execute(string.format("amixer set %s toggle", volumewidget.channel))
|
os.execute(string.format("amixer set %s toggle", volume.togglechannel or volume.channel))
|
||||||
volumewidget.update()
|
volume.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey, "Control" }, "m",
|
awful.key({ altkey, "Control" }, "m",
|
||||||
function ()
|
function ()
|
||||||
os.execute(string.format("amixer set %s 100%%", volumewidget.channel))
|
os.execute(string.format("amixer set %s 100%%", volume.channel))
|
||||||
volumewidget.update()
|
volume.update()
|
||||||
|
end),
|
||||||
|
|
||||||
|
awful.key({ altkey, "Control" }, "0",
|
||||||
|
function ()
|
||||||
|
os.execute(string.format("amixer -q set %s 0%%", volume.channel))
|
||||||
|
volume.update()
|
||||||
end),
|
end),
|
||||||
|
|
||||||
-- MPD control
|
-- MPD control
|
||||||
awful.key({ altkey, "Control" }, "Up",
|
awful.key({ altkey, "Control" }, "Up",
|
||||||
function ()
|
function ()
|
||||||
awful.util.spawn_with_shell("mpc toggle || ncmpc toggle || pms toggle")
|
awful.spawn.with_shell("mpc toggle || ncmpc toggle || pms toggle")
|
||||||
mpdwidget.update()
|
mpdwidget.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey, "Control" }, "Down",
|
awful.key({ altkey, "Control" }, "Down",
|
||||||
function ()
|
function ()
|
||||||
awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop")
|
awful.spawn.with_shell("mpc stop || ncmpc stop || pms stop")
|
||||||
mpdwidget.update()
|
mpdwidget.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey, "Control" }, "Left",
|
awful.key({ altkey, "Control" }, "Left",
|
||||||
function ()
|
function ()
|
||||||
awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev")
|
awful.spawn.with_shell("mpc prev || ncmpc prev || pms prev")
|
||||||
mpdwidget.update()
|
mpdwidget.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey, "Control" }, "Right",
|
awful.key({ altkey, "Control" }, "Right",
|
||||||
function ()
|
function ()
|
||||||
awful.util.spawn_with_shell("mpc next || ncmpc next || pms next")
|
awful.spawn.with_shell("mpc next || ncmpc next || pms next")
|
||||||
mpdwidget.update()
|
mpdwidget.update()
|
||||||
end),
|
end),
|
||||||
|
--]]
|
||||||
|
|
||||||
-- Copy to clipboard
|
-- Copy primary to clipboard
|
||||||
awful.key({ modkey }, "c", function () os.execute("xsel -p -o | xsel -i -b") end),
|
awful.key({ modkey }, "c", function () os.execute("xsel | xsel -b") end),
|
||||||
|
|
||||||
-- User programs
|
-- User programs
|
||||||
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),
|
awful.key({ modkey }, "q", function () awful.spawn(browser) end),
|
||||||
awful.key({ modkey }, "s", function () awful.util.spawn(gui_editor) end),
|
awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end),
|
||||||
awful.key({ modkey }, "g", function () awful.util.spawn(graphics) end),
|
awful.key({ modkey }, "g", function () awful.spawn(graphics) end),
|
||||||
|
|
||||||
--[[ Default
|
-- Default
|
||||||
-- Prompt
|
-- Prompt
|
||||||
awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),
|
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||||
|
{description = "run prompt", group = "launcher"}),
|
||||||
|
|
||||||
awful.key({ modkey }, "x",
|
awful.key({ modkey }, "x",
|
||||||
function ()
|
function ()
|
||||||
awful.prompt.run({ prompt = "Run Lua code: " },
|
awful.prompt.run {
|
||||||
mypromptbox[mouse.screen].widget,
|
prompt = "Run Lua code: ",
|
||||||
awful.util.eval, nil,
|
textbox = awful.screen.focused().mypromptbox.widget,
|
||||||
awful.util.getdir("cache") .. "/history_eval")
|
exe_callback = awful.util.eval,
|
||||||
end),
|
history_path = awful.util.get_cache_dir() .. "/history_eval"
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
{description = "lua execute prompt", group = "awesome"}),
|
||||||
-- Menubar
|
-- Menubar
|
||||||
awful.key({ modkey }, "p", function() menubar.show() end)
|
awful.key({ modkey }, "p", function() menubar.show() end,
|
||||||
|
{description = "show the menubar", group = "launcher"})
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- dmenu
|
--[[ dmenu
|
||||||
awful.key({ modkey }, "x", function ()
|
awful.key({ modkey }, "x", function ()
|
||||||
awful.util.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||||
end)
|
end)
|
||||||
|
--]]
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = awful.util.table.join(
|
clientkeys = awful.util.table.join(
|
||||||
awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen end),
|
awful.key({ altkey, "Shift" }, "m", lain.util.magnify_client ),
|
||||||
awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end),
|
awful.key({ modkey, }, "f",
|
||||||
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ),
|
function (c)
|
||||||
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end),
|
c.fullscreen = not c.fullscreen
|
||||||
awful.key({ modkey, }, "o", awful.client.movetoscreen ),
|
c:raise()
|
||||||
awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end),
|
end,
|
||||||
|
{description = "toggle fullscreen", group = "client"}),
|
||||||
|
awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end,
|
||||||
|
{description = "close", group = "client"}),
|
||||||
|
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ,
|
||||||
|
{description = "toggle floating", group = "client"}),
|
||||||
|
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end,
|
||||||
|
{description = "move to master", group = "client"}),
|
||||||
|
awful.key({ modkey, }, "o", function (c) c:move_to_screen() end,
|
||||||
|
{description = "move to screen", group = "client"}),
|
||||||
|
awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end,
|
||||||
|
{description = "toggle keep on top", group = "client"}),
|
||||||
awful.key({ modkey, }, "n",
|
awful.key({ modkey, }, "n",
|
||||||
function (c)
|
function (c)
|
||||||
-- The client currently has the input focus, so it cannot be
|
-- The client currently has the input focus, so it cannot be
|
||||||
-- minimized, since minimized clients can't have the focus.
|
-- minimized, since minimized clients can't have the focus.
|
||||||
c.minimized = true
|
c.minimized = true
|
||||||
end),
|
end ,
|
||||||
|
{description = "minimize", group = "client"}),
|
||||||
awful.key({ modkey, }, "m",
|
awful.key({ modkey, }, "m",
|
||||||
function (c)
|
function (c)
|
||||||
c.maximized_horizontal = not c.maximized_horizontal
|
c.maximized = not c.maximized
|
||||||
c.maximized_vertical = not c.maximized_vertical
|
c:raise()
|
||||||
end)
|
end ,
|
||||||
|
{description = "maximize", group = "client"})
|
||||||
)
|
)
|
||||||
|
|
||||||
-- Bind all key numbers to tags.
|
-- Bind all key numbers to tags.
|
||||||
-- be careful: we use keycodes to make it works on any keyboard layout.
|
-- Be careful: we use keycodes to make it works on any keyboard layout.
|
||||||
-- This should map on the top row of your keyboard, usually 1 to 9.
|
-- This should map on the top row of your keyboard, usually 1 to 9.
|
||||||
for i = 1, 9 do
|
for i = 1, 9 do
|
||||||
globalkeys = awful.util.table.join(globalkeys,
|
globalkeys = awful.util.table.join(globalkeys,
|
||||||
-- View tag only.
|
-- View tag only.
|
||||||
awful.key({ modkey }, "#" .. i + 9,
|
awful.key({ modkey }, "#" .. i + 9,
|
||||||
function ()
|
function ()
|
||||||
local screen = mouse.screen
|
local screen = awful.screen.focused()
|
||||||
local tag = awful.tag.gettags(screen)[i]
|
local tag = screen.tags[i]
|
||||||
if tag then
|
if tag then
|
||||||
awful.tag.viewonly(tag)
|
tag:view_only()
|
||||||
end
|
end
|
||||||
end),
|
end,
|
||||||
-- Toggle tag.
|
{description = "view tag #"..i, group = "tag"}),
|
||||||
|
-- Toggle tag display.
|
||||||
awful.key({ modkey, "Control" }, "#" .. i + 9,
|
awful.key({ modkey, "Control" }, "#" .. i + 9,
|
||||||
function ()
|
function ()
|
||||||
local screen = mouse.screen
|
local screen = awful.screen.focused()
|
||||||
local tag = awful.tag.gettags(screen)[i]
|
local tag = screen.tags[i]
|
||||||
if tag then
|
if tag then
|
||||||
awful.tag.viewtoggle(tag)
|
awful.tag.viewtoggle(tag)
|
||||||
end
|
end
|
||||||
end),
|
end,
|
||||||
|
{description = "toggle tag #" .. i, group = "tag"}),
|
||||||
-- Move client to tag.
|
-- Move client to tag.
|
||||||
awful.key({ modkey, "Shift" }, "#" .. i + 9,
|
awful.key({ modkey, "Shift" }, "#" .. i + 9,
|
||||||
function ()
|
function ()
|
||||||
if client.focus then
|
if client.focus then
|
||||||
local tag = awful.tag.gettags(client.focus.screen)[i]
|
local tag = client.focus.screen.tags[i]
|
||||||
if tag then
|
if tag then
|
||||||
awful.client.movetotag(tag)
|
client.focus:move_to_tag(tag)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end),
|
end,
|
||||||
-- Toggle tag.
|
{description = "move focused client to tag #"..i, group = "tag"}),
|
||||||
|
-- Toggle tag on focused client.
|
||||||
awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
|
awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
|
||||||
function ()
|
function ()
|
||||||
if client.focus then
|
if client.focus then
|
||||||
local tag = awful.tag.gettags(client.focus.screen)[i]
|
local tag = client.focus.screen.tags[i]
|
||||||
if tag then
|
if tag then
|
||||||
awful.client.toggletag(tag)
|
client.focus:toggle_tag(tag)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end))
|
end,
|
||||||
|
{description = "toggle focused client on tag #" .. i, group = "tag"})
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
clientbuttons = awful.util.table.join(
|
clientbuttons = awful.util.table.join(
|
||||||
|
@ -590,6 +691,7 @@ root.keys(globalkeys)
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Rules
|
-- {{{ Rules
|
||||||
|
-- Rules to apply to new clients (through the "manage" signal).
|
||||||
awful.rules.rules = {
|
awful.rules.rules = {
|
||||||
-- All clients will match this rule.
|
-- All clients will match this rule.
|
||||||
{ rule = { },
|
{ rule = { },
|
||||||
|
@ -599,15 +701,19 @@ awful.rules.rules = {
|
||||||
raise = true,
|
raise = true,
|
||||||
keys = clientkeys,
|
keys = clientkeys,
|
||||||
buttons = clientbuttons,
|
buttons = clientbuttons,
|
||||||
size_hints_honor = false } },
|
screen = awful.screen.preferred,
|
||||||
|
placement = awful.placement.no_overlap+awful.placement.no_offscreen,
|
||||||
|
size_hints_honor = false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
-- Titlebars
|
||||||
|
{ rule_any = { type = { "dialog", "normal" } },
|
||||||
|
properties = { titlebars_enabled = false } },
|
||||||
|
|
||||||
|
-- Set Firefox to always map on the first tag on screen 1.
|
||||||
{ rule = { class = "Firefox" },
|
{ rule = { class = "Firefox" },
|
||||||
properties = { tag = tags[1][1] } },
|
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||||
|
|
||||||
{ rule = { instance = "plugin-container" },
|
|
||||||
properties = { tag = tags[1][1] } },
|
|
||||||
|
|
||||||
{ rule = { class = "Gimp" },
|
|
||||||
properties = { tag = tags[1][4] } },
|
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||||
properties = { maximized_horizontal = true,
|
properties = { maximized_horizontal = true,
|
||||||
|
@ -616,23 +722,22 @@ awful.rules.rules = {
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Signals
|
-- {{{ Signals
|
||||||
-- signal function to execute when a new client appears.
|
-- Signal function to execute when a new client appears.
|
||||||
local sloppyfocus_last = {c=nil}
|
client.connect_signal("manage", function (c)
|
||||||
client.connect_signal("manage", function (c, startup)
|
-- Set the windows at the slave,
|
||||||
-- Enable sloppy focus
|
-- i.e. put it at the end of others instead of setting it master.
|
||||||
client.connect_signal("mouse::enter", function(c)
|
-- if not awesome.startup then awful.client.setslave(c) end
|
||||||
if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
|
|
||||||
and awful.client.focus.filter(c) then
|
if awesome.startup and
|
||||||
-- Skip focusing the client if the mouse wasn't moved.
|
not c.size_hints.user_position
|
||||||
if c ~= sloppyfocus_last.c then
|
and not c.size_hints.program_position then
|
||||||
client.focus = c
|
-- Prevent clients from being unreachable after screen count changes.
|
||||||
sloppyfocus_last.c = c
|
awful.placement.no_offscreen(c)
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local titlebars_enabled = false
|
-- Add a titlebar if titlebars_enabled is set to true in the rules.
|
||||||
if titlebars_enabled and (c.type == "normal" or c.type == "dialog") then
|
client.connect_signal("request::titlebars", function(c)
|
||||||
-- buttons for the titlebar
|
-- buttons for the titlebar
|
||||||
local buttons = awful.util.table.join(
|
local buttons = awful.util.table.join(
|
||||||
awful.button({ }, 1, function()
|
awful.button({ }, 1, function()
|
||||||
|
@ -647,35 +752,48 @@ client.connect_signal("manage", function (c, startup)
|
||||||
end)
|
end)
|
||||||
)
|
)
|
||||||
|
|
||||||
-- widgets that are aligned to the right
|
awful.titlebar(c, {size = 16}) : setup {
|
||||||
local right_layout = wibox.layout.fixed.horizontal()
|
{ -- Left
|
||||||
right_layout:add(awful.titlebar.widget.floatingbutton(c))
|
awful.titlebar.widget.iconwidget(c),
|
||||||
right_layout:add(awful.titlebar.widget.maximizedbutton(c))
|
buttons = buttons,
|
||||||
right_layout:add(awful.titlebar.widget.stickybutton(c))
|
layout = wibox.layout.fixed.horizontal
|
||||||
right_layout:add(awful.titlebar.widget.ontopbutton(c))
|
},
|
||||||
right_layout:add(awful.titlebar.widget.closebutton(c))
|
{ -- Middle
|
||||||
|
{ -- Title
|
||||||
-- the title goes in the middle
|
align = "center",
|
||||||
local middle_layout = wibox.layout.flex.horizontal()
|
widget = awful.titlebar.widget.titlewidget(c)
|
||||||
local title = awful.titlebar.widget.titlewidget(c)
|
},
|
||||||
title:set_align("center")
|
buttons = buttons,
|
||||||
middle_layout:add(title)
|
layout = wibox.layout.flex.horizontal
|
||||||
middle_layout:buttons(buttons)
|
},
|
||||||
|
{ -- Right
|
||||||
-- now bring it all together
|
awful.titlebar.widget.floatingbutton (c),
|
||||||
local layout = wibox.layout.align.horizontal()
|
awful.titlebar.widget.maximizedbutton(c),
|
||||||
layout:set_right(right_layout)
|
awful.titlebar.widget.stickybutton (c),
|
||||||
layout:set_middle(middle_layout)
|
awful.titlebar.widget.ontopbutton (c),
|
||||||
|
awful.titlebar.widget.closebutton (c),
|
||||||
awful.titlebar(c,{size=16}):set_widget(layout)
|
layout = wibox.layout.fixed.horizontal()
|
||||||
end
|
},
|
||||||
|
layout = wibox.layout.align.horizontal
|
||||||
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- No border for maximized or single clients
|
-- Enable sloppy focus, so that focus follows mouse.
|
||||||
|
--[[
|
||||||
|
client.connect_signal("mouse::enter", function(c)
|
||||||
|
if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
|
||||||
|
and awful.client.focus.filter(c) then
|
||||||
|
client.focus = c
|
||||||
|
end
|
||||||
|
end)
|
||||||
|
]]
|
||||||
|
|
||||||
|
-- No border for maximized clients
|
||||||
client.connect_signal("focus",
|
client.connect_signal("focus",
|
||||||
function(c)
|
function(c)
|
||||||
if c.maximized_horizontal == true and c.maximized_vertical == true then
|
if c.maximized_horizontal == true and c.maximized_vertical == true then
|
||||||
c.border_width = 0
|
c.border_width = 0
|
||||||
|
-- no borders if only 1 client visible
|
||||||
elseif #awful.client.visible(mouse.screen) > 1 then
|
elseif #awful.client.visible(mouse.screen) > 1 then
|
||||||
c.border_width = beautiful.border_width
|
c.border_width = beautiful.border_width
|
||||||
c.border_color = beautiful.border_focus
|
c.border_color = beautiful.border_focus
|
||||||
|
@ -683,20 +801,3 @@ client.connect_signal("focus",
|
||||||
end)
|
end)
|
||||||
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Arrange signal handler
|
|
||||||
for s = 1, screen.count() do screen[s]:connect_signal("arrange",
|
|
||||||
function ()
|
|
||||||
local clients = awful.client.visible(s)
|
|
||||||
local layout = awful.layout.getname(awful.layout.get(s))
|
|
||||||
|
|
||||||
if #clients > 0 then
|
|
||||||
for _, c in pairs(clients) do -- Floaters always have borders
|
|
||||||
if awful.client.floating.get(c) or layout == "floating" then
|
|
||||||
c.border_width = beautiful.border_width
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end)
|
|
||||||
end
|
|
||||||
-- }}}
|
|
||||||
|
|
|
@ -6,12 +6,14 @@
|
||||||
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
theme = {}
|
local theme = {}
|
||||||
|
|
||||||
|
theme.zenburn_dir = require("awful.util").get_themes_dir() .. "zenburn"
|
||||||
themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/steamburn"
|
themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/steamburn"
|
||||||
theme.wallpaper = themes_dir .. "/wall.png"
|
theme.wallpaper = themes_dir .. "/wall.png"
|
||||||
|
|
||||||
theme.font = "Tamsyn 10.5"
|
theme.font = "Tamsyn 10.5"
|
||||||
|
|
||||||
theme.fg_normal = "#e2ccb0"
|
theme.fg_normal = "#e2ccb0"
|
||||||
theme.fg_focus = "#d88166"
|
theme.fg_focus = "#d88166"
|
||||||
theme.fg_urgent = "#CC9393"
|
theme.fg_urgent = "#CC9393"
|
||||||
|
@ -25,8 +27,12 @@ theme.border_marked = "#CC9393"
|
||||||
theme.taglist_fg_focus = "#d88166"
|
theme.taglist_fg_focus = "#d88166"
|
||||||
theme.tasklist_bg_focus = "#140c0b"
|
theme.tasklist_bg_focus = "#140c0b"
|
||||||
theme.tasklist_fg_focus = "#d88166"
|
theme.tasklist_fg_focus = "#d88166"
|
||||||
theme.menu_height = "16"
|
theme.taglist_squares_sel = themes_dir .. "/icons/square_sel.png"
|
||||||
theme.menu_width = "140"
|
theme.taglist_squares_unsel = themes_dir .. "/icons/square_unsel.png"
|
||||||
|
|
||||||
|
theme.menu_height = 16
|
||||||
|
theme.menu_width = 140
|
||||||
|
theme.menu_submenu_icon = themes_dir .. "/icons/submenu.png"
|
||||||
|
|
||||||
theme.layout_txt_tile = "[t]"
|
theme.layout_txt_tile = "[t]"
|
||||||
theme.layout_txt_tileleft = "[l]"
|
theme.layout_txt_tileleft = "[l]"
|
||||||
|
@ -41,18 +47,34 @@ theme.layout_txt_fullscreen = "[F]"
|
||||||
theme.layout_txt_magnifier = "[M]"
|
theme.layout_txt_magnifier = "[M]"
|
||||||
theme.layout_txt_floating = "[|]"
|
theme.layout_txt_floating = "[|]"
|
||||||
|
|
||||||
theme.menu_submenu_icon = themes_dir .. "/icons/submenu.png"
|
|
||||||
theme.taglist_squares_sel = themes_dir .. "/icons/square_sel.png"
|
|
||||||
theme.taglist_squares_unsel = themes_dir .. "/icons/square_unsel.png"
|
|
||||||
|
|
||||||
theme.tasklist_plain_task_name = true
|
theme.tasklist_plain_task_name = true
|
||||||
theme.tasklist_disable_icon = true
|
theme.tasklist_disable_icon = true
|
||||||
|
|
||||||
|
theme.useless_gap = 0
|
||||||
|
|
||||||
|
theme.titlebar_close_button_normal = theme.zenburn_dir.."/titlebar/close_normal.png"
|
||||||
|
theme.titlebar_close_button_focus = theme.zenburn_dir.."/titlebar/close_focus.png"
|
||||||
|
theme.titlebar_minimize_button_normal = theme.zenburn_dir.."/titlebar/minimize_normal.png"
|
||||||
|
theme.titlebar_minimize_button_focus = theme.zenburn_dir.."/titlebar/minimize_focus.png"
|
||||||
|
theme.titlebar_ontop_button_normal_inactive = theme.zenburn_dir.."/titlebar/ontop_normal_inactive.png"
|
||||||
|
theme.titlebar_ontop_button_focus_inactive = theme.zenburn_dir.."/titlebar/ontop_focus_inactive.png"
|
||||||
|
theme.titlebar_ontop_button_normal_active = theme.zenburn_dir.."/titlebar/ontop_normal_active.png"
|
||||||
|
theme.titlebar_ontop_button_focus_active = theme.zenburn_dir.."/titlebar/ontop_focus_active.png"
|
||||||
|
theme.titlebar_sticky_button_normal_inactive = theme.zenburn_dir.."/titlebar/sticky_normal_inactive.png"
|
||||||
|
theme.titlebar_sticky_button_focus_inactive = theme.zenburn_dir.."/titlebar/sticky_focus_inactive.png"
|
||||||
|
theme.titlebar_sticky_button_normal_active = theme.zenburn_dir.."/titlebar/sticky_normal_active.png"
|
||||||
|
theme.titlebar_sticky_button_focus_active = theme.zenburn_dir.."/titlebar/sticky_focus_active.png"
|
||||||
|
theme.titlebar_floating_button_normal_inactive = theme.zenburn_dir.."/titlebar/floating_normal_inactive.png"
|
||||||
|
theme.titlebar_floating_button_focus_inactive = theme.zenburn_dir.."/titlebar/floating_focus_inactive.png"
|
||||||
|
theme.titlebar_floating_button_normal_active = theme.zenburn_dir.."/titlebar/floating_normal_active.png"
|
||||||
|
theme.titlebar_floating_button_focus_active = theme.zenburn_dir.."/titlebar/floating_focus_active.png"
|
||||||
|
theme.titlebar_maximized_button_normal_inactive = theme.zenburn_dir.."/titlebar/maximized_normal_inactive.png"
|
||||||
|
theme.titlebar_maximized_button_focus_inactive = theme.zenburn_dir.."/titlebar/maximized_focus_inactive.png"
|
||||||
|
theme.titlebar_maximized_button_normal_active = theme.zenburn_dir.."/titlebar/maximized_normal_active.png"
|
||||||
|
theme.titlebar_maximized_button_focus_active = theme.zenburn_dir.."/titlebar/maximized_focus_active.png"
|
||||||
|
|
||||||
-- lain related
|
-- lain related
|
||||||
theme.layout_txt_termfair = "[termfair]"
|
theme.layout_txt_termfair = "[termfair]"
|
||||||
theme.layout_txt_uselessfair = "[ufv]"
|
theme.layout_txt_centerfair = "[centerfair]"
|
||||||
theme.layout_txt_uselessfairh = "[ufh]"
|
|
||||||
theme.layout_txt_uselessdwindle = "[ud]"
|
|
||||||
theme.layout_txt_uselesstile = "[ut]"
|
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|
Loading…
Reference in a new issue