mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-11 02:08:08 +00:00
Moved mail variable in settings/variables.lua
This commit is contained in:
parent
34e4fd1590
commit
4bbf739dae
|
@ -32,8 +32,6 @@ beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lu
|
|||
-- variables
|
||||
require("settings.variables")
|
||||
|
||||
mail = terminal .. " -e mutt "
|
||||
|
||||
layouts = {
|
||||
awful.layout.suit.floating,
|
||||
awful.layout.suit.tile,
|
||||
|
|
|
@ -32,7 +32,6 @@ beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-darker/t
|
|||
-- variables
|
||||
require("settings.variables")
|
||||
|
||||
mail = terminal .. " -e mutt "
|
||||
iptraf = terminal .. " -g 180x54-20+34 -e sudo iptraf-ng -i all "
|
||||
musicplr = terminal .. " -g 130x34-320+16 -e ncmpcpp "
|
||||
|
||||
|
|
|
@ -10,3 +10,4 @@ browser = "dwb"
|
|||
browser2 = "iron"
|
||||
gui_editor = "gvim"
|
||||
graphics = "gimp"
|
||||
mail = terminal .. " -e mutt "
|
||||
|
|
Loading…
Reference in a new issue