Skip to content

Instantly share code, notes, and snippets.

View Tresky's full-sized avatar

Tresky Tresky

  • Indie Developer
  • United States
View GitHub Profile
@Tresky
Tresky / rc.lua
Created February 10, 2020 16:11
Awesome Config - rc.lua
--[[
Awesome WM configuration template
github.com/lcpz
--]]
-- {{{ Required libraries
local awesome, client, mouse, screen, tag = awesome, client, mouse, screen, tag
local ipairs, string, os, table, tostring, tonumber, type = ipairs, string, os, table, tostring, tonumber, type