Added zoha configuration and embedded into awesome + some fixes.
This commit is contained in:
parent
65396a36c6
commit
ce5de86da1
4 changed files with 47 additions and 2 deletions
42
.zoha.toml
Normal file
42
.zoha.toml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
[process]
|
||||
|
||||
[font]
|
||||
font = "Source Code Pro"
|
||||
size = 16
|
||||
|
||||
[keys]
|
||||
quit = "Shift-Ctrl-Alt-q"
|
||||
tab_add = "Shift-Ctrl-t"
|
||||
tab_close = "Shift-Ctrl-w"
|
||||
|
||||
[display]
|
||||
#height_percentage = "80"
|
||||
#width_percentage = "80"
|
||||
#width = 1800
|
||||
#height = 1024
|
||||
#x_pos = 380
|
||||
#fullscreen = true
|
||||
always_on_top = true
|
||||
monitor = "0"
|
||||
skip_task_bar = true
|
||||
start_hidden = true
|
||||
sticky = true
|
||||
tab_mode = "Auto"
|
||||
scrollbar_position = "Right"
|
||||
tab_expand = false
|
||||
tab_title_num_characters = 24
|
||||
|
||||
[color]
|
||||
#pallet = "Linux"
|
||||
pallet = "RXVT"
|
||||
#pallet = "Snazzy"
|
||||
#pallet = "SolarizedDark"
|
||||
#pallet = "SolarizedLight"
|
||||
#pallet = "Tango"
|
||||
#pallet = "XTerm"
|
||||
#pallet = "Zenburn"
|
||||
allow_bold = false
|
||||
bg = "rgba(0,0,0,0)"
|
||||
cursor_blink = truei
|
||||
cursor = "rgba(0.98, 0.647 ,0, 0)"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue