mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +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")
|
||||
|
||||
terminal = "urxvtc"
|
||||
editor = os.getenv("EDITOR")
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
gui_editor = "gvim"
|
||||
browser = "dwb"
|
||||
|
|
|
@ -80,7 +80,7 @@ red_c = "#E36352"
|
|||
beautiful.init(active_theme .. "/theme.lua")
|
||||
|
||||
terminal = "urxvtc"
|
||||
editor = os.getenv("EDITOR")
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
gui_editor = "gvim"
|
||||
browser = "dwb"
|
||||
|
|
|
@ -84,7 +84,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "")
|
|||
beautiful.init(active_theme .. "/theme.lua")
|
||||
|
||||
terminal = "urxvtc"
|
||||
editor = os.getenv("EDITOR")
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
gui_editor = "gvim"
|
||||
browser = "dwb"
|
||||
|
|
|
@ -82,7 +82,7 @@ active_theme = themes .. "/multicolor"
|
|||
beautiful.init(active_theme .. "/theme.lua")
|
||||
|
||||
terminal = "xterm"
|
||||
editor = os.getenv("EDITOR")
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
gui_editor = "geany -ps"
|
||||
browser = "dwb"
|
||||
|
|
|
@ -83,7 +83,7 @@ active_theme = themes .. "/powerarrow-darker"
|
|||
beautiful.init(active_theme .. "/theme.lua")
|
||||
|
||||
terminal = "urxvtc"
|
||||
editor = os.getenv("EDITOR")
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
gui_editor = "geany -ps"
|
||||
browser = "dwb"
|
||||
|
|
|
@ -84,7 +84,7 @@ language = string.gsub(os.getenv("LANG"), ".utf8", "")
|
|||
beautiful.init(active_theme .. "/theme.lua")
|
||||
|
||||
terminal = "urxvtc"
|
||||
editor = os.getenv("EDITOR")
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
gui_editor = "gvim"
|
||||
browser = "dwb"
|
||||
|
|
|
@ -78,7 +78,7 @@ active_theme = themes .. "/steamburn"
|
|||
beautiful.init(active_theme .. "/theme.lua")
|
||||
|
||||
terminal = "urxvtc"
|
||||
editor = os.getenv("EDITOR")
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
gui_editor = "geany -ps"
|
||||
browser = "dwb"
|
||||
|
|
Loading…
Reference in a new issue