Skip to content

Commit

Permalink
global: changed terminal string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Baez committed Dec 20, 2015
1 parent 505078d commit ce496dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.lua
Expand Up @@ -8,14 +8,14 @@
-- themer
CURRENT_FONT = "Fantasque Sans Mono"
CURRENT_FONTSIZE = 13
CURRENT_THEME = "base16-atelierlakeside-light"
--CURRENT_THEME = "base16-atelierlakeside-light"
--CURRENT_BACKGROUND = "-light"

-- languages
_RUSTFMT = true -- enable rustfmt
_PM = false -- disable package manager. Default == true.

-- default terminal for common
TERMINAL_STRING = "terminology"
TERMINAL_STRING = "termite"


0 comments on commit ce496dd

Please sign in to comment.