mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
anti noob fixes
This commit is contained in:
parent
14d271108b
commit
0537a8c233
|
@ -80,7 +80,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "")
|
||||||
beautiful.init(active_theme .. "/theme.lua")
|
beautiful.init(active_theme .. "/theme.lua")
|
||||||
|
|
||||||
terminal = "urxvtc"
|
terminal = "urxvtc"
|
||||||
editor = os.getenv("EDITOR")
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
gui_editor = "gvim"
|
gui_editor = "gvim"
|
||||||
browser = "dwb"
|
browser = "dwb"
|
||||||
|
|
|
@ -80,7 +80,7 @@ red_c = "#E36352"
|
||||||
beautiful.init(active_theme .. "/theme.lua")
|
beautiful.init(active_theme .. "/theme.lua")
|
||||||
|
|
||||||
terminal = "urxvtc"
|
terminal = "urxvtc"
|
||||||
editor = os.getenv("EDITOR")
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
gui_editor = "gvim"
|
gui_editor = "gvim"
|
||||||
browser = "dwb"
|
browser = "dwb"
|
||||||
|
|
|
@ -84,7 +84,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "")
|
||||||
beautiful.init(active_theme .. "/theme.lua")
|
beautiful.init(active_theme .. "/theme.lua")
|
||||||
|
|
||||||
terminal = "urxvtc"
|
terminal = "urxvtc"
|
||||||
editor = os.getenv("EDITOR")
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
gui_editor = "gvim"
|
gui_editor = "gvim"
|
||||||
browser = "dwb"
|
browser = "dwb"
|
||||||
|
|
|
@ -82,7 +82,7 @@ active_theme = themes .. "/multicolor"
|
||||||
beautiful.init(active_theme .. "/theme.lua")
|
beautiful.init(active_theme .. "/theme.lua")
|
||||||
|
|
||||||
terminal = "xterm"
|
terminal = "xterm"
|
||||||
editor = os.getenv("EDITOR")
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
gui_editor = "geany -ps"
|
gui_editor = "geany -ps"
|
||||||
browser = "dwb"
|
browser = "dwb"
|
||||||
|
|
|
@ -83,7 +83,7 @@ active_theme = themes .. "/powerarrow-darker"
|
||||||
beautiful.init(active_theme .. "/theme.lua")
|
beautiful.init(active_theme .. "/theme.lua")
|
||||||
|
|
||||||
terminal = "urxvtc"
|
terminal = "urxvtc"
|
||||||
editor = os.getenv("EDITOR")
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
gui_editor = "geany -ps"
|
gui_editor = "geany -ps"
|
||||||
browser = "dwb"
|
browser = "dwb"
|
||||||
|
|
|
@ -84,7 +84,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "")
|
||||||
beautiful.init(active_theme .. "/theme.lua")
|
beautiful.init(active_theme .. "/theme.lua")
|
||||||
|
|
||||||
terminal = "urxvtc"
|
terminal = "urxvtc"
|
||||||
editor = os.getenv("EDITOR")
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
gui_editor = "gvim"
|
gui_editor = "gvim"
|
||||||
browser = "dwb"
|
browser = "dwb"
|
||||||
|
|
|
@ -78,7 +78,7 @@ active_theme = themes .. "/steamburn"
|
||||||
beautiful.init(active_theme .. "/theme.lua")
|
beautiful.init(active_theme .. "/theme.lua")
|
||||||
|
|
||||||
terminal = "urxvtc"
|
terminal = "urxvtc"
|
||||||
editor = os.getenv("EDITOR")
|
editor = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
gui_editor = "geany -ps"
|
gui_editor = "geany -ps"
|
||||||
browser = "dwb"
|
browser = "dwb"
|
||||||
|
|
Loading…
Reference in a new issue